Published on 2024-10-08.
- Add a
useProducerSpanAsConsumerParent
configuration option that defaults tofalse
. When set totrue
, instead of establishing a span link from the consumer span to the producer span, the consumer span will be in the same trace, as a child span of the producer span. (patch 5d7ee27)
Published on 2024-10-01.
- Fix importing the package as an ESM module. (patch 814d93a)
Published on 2024-06-13.
- Mark BullMQ peer dependency as optional.
- Do not reexport
bullmq
types.
Initial release as @appsignal/opentelemetry-instrumentation-bullmq
, a fork of @jenniferplusplus/opentelemetry-instrumentation-bullmq
.