Skip to content

Releases: brokerize/telemetry-js

v2.0.9

09 Mar 11:55

Choose a tag to compare

Full Changelog: 2.0.8...v2.0.9

2.0.9

09 Mar 11:56

Choose a tag to compare

Full Changelog: 2.0.8...2.0.9

v2.0.8

04 Mar 10:19

Choose a tag to compare

Full Changelog: 2.0.7...2.0.8

  • fix: since v 0.209 MetricExporter is created by default, leading to errors during shutdown.
  • replaced diag calls with safeDiag if during shutdown the output channels already closed
    *removed some dev vulnerability

v2.0.7

19 Feb 13:51

Choose a tag to compare

  • Package now exports some useful utils
  • Fixed dev vulnerabilities
  • Updated to lates opentelemetry versions

v2.0.6

06 Jan 14:08
3879cd9

Choose a tag to compare

What's Changed

  • support for express v5
  • chore(deps-dev): bump typescript from 5.8.3 to 5.9.3 by @dependabot[bot] in #71
  • Bump @types/express from 4.17.23 to 5.0.5 by @dependabot[bot] in #67
  • chore(deps): bump @opentelemetry/sdk-node from 0.202.0 to 0.208.0 by @dependabot[bot] in #69
  • chore(deps): bump @opentelemetry/exporter-trace-otlp-http from 0.202.0 to 0.208.0 by @dependabot[bot] in #72
  • chore(deps-dev): bump tsx from 4.20.3 to 4.20.6 by @dependabot[bot] in #70

Full Changelog: 2.0.5...2.0.6

v2.0.5

05 Jan 11:01

Choose a tag to compare

fix some issues with grpc exporter; metrics defintion

v2.0.4

22 Dec 11:40

Choose a tag to compare

feat: add defineMetrics helper for TypeScript-checked metric definitions and update documentation

v2.0.3

16 Dec 17:01

Choose a tag to compare

fix error for custom ca-files

v2.0.2

08 Dec 12:29

Choose a tag to compare

add support for OTLP gRPC exporter and internal CA installation

v2.0.1

19 Nov 12:11
bed1779

Choose a tag to compare

What's Changed

  • Add headers support to OTLP exporter configuration