Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 996 Bytes

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 996 Bytes

OpenTelemetry instrumentation for BullMQ

0.7.3

Published on 2024-10-08.

Added

  • Add a useProducerSpanAsConsumerParent configuration option that defaults to false. When set to true, 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)

0.7.2

Published on 2024-10-01.

Fixed

  • Fix importing the package as an ESM module. (patch 814d93a)

0.7.1

Published on 2024-06-13.

Fixed

  • Mark BullMQ peer dependency as optional.
  • Do not reexport bullmq types.

0.7.0

Initial release as @appsignal/opentelemetry-instrumentation-bullmq, a fork of @jenniferplusplus/opentelemetry-instrumentation-bullmq.