Releases: pragmaticivan/nestjs-otel
Releases · pragmaticivan/nestjs-otel
nestjs-otel v4.1.0
Features
- update packages (28fdc69)
nestjs-otel v4.0.1
Bug Fixes
- bump nestjs requirement to 9.x (24cde7c)
nestjs-otel v4.0.0
⚠ BREAKING CHANGES
- support latest metric sdk
Features
- build: update dependencies (c2f8b7b)
- support latest metric sdk (e8d2e96)
- tracing: pass options with span decorator (3424b88)
- update remaining counters (d11f6d9)
Bug Fixes
- forRootAsync uses the wrong module and empty options breaks the configure method (c2dc102)
nestjs-otel v3.0.4
nestjs-otel v3.0.3
Bug Fixes
- tracing: record exception and set correct span status (616c12b)
nestjs-otel v3.0.2
Bug Fixes
- tracing: use startActiveSpan to ensure span in correct context (d608b84)
nestjs-otel v3.0.1
nestjs-otel v3.0.0
⚠ BREAKING CHANGES
- Anything related to metrics sdk has changed. OTEL now has a stable spec and all the projects are moving towards new interfaces.
Features
nestjs-otel v2.6.1
Reverts
- replace arrow function back with unnamed function (3e7ac1f)