Releases: pragmaticivan/nestjs-otel
Releases · pragmaticivan/nestjs-otel
nestjs-otel v6.1.1
Bug Fixes
- removed MeterProvider.addMetricReader deprecation (17d348d)
- rework param decorators to get correct type (3ba9fe9)
nestjs-otel v6.0.0
⚠ BREAKING CHANGES
- Too many changes since I last commited to this project.
Features
Bug Fixes
Span
being incompatible with MethodDecorator
type (75dbf0e)
nestjs-otel v5.1.5
Bug Fixes
- latency buckets are not matching the expected time unit in milliseconds (c269bac)
nestjs-otel v5.1.4
Bug Fixes
- should support both 9 and 10 versions (50f2273)
nestjs-otel v5.1.3
Bug Fixes
- #231 Remove unnecessary files from package bundle (faa521b)
nestjs-otel v5.1.2
Bug Fixes
- invalid values for error count metrics (7b13c0b)
nestjs-otel v5.1.1
Bug Fixes
- update packages and remove outdated examples (7150dcf)
- update release please permissions (8db8736)
nestjs-otel v5.1.0
Features
- update to stable packages (76b577c)
nestjs-otel v5.0.0
⚠ BREAKING CHANGES
- updates to latest metric sdk and drop node-sdk dependency
Features
- update packages (163ba38)
- update packages (d0f92fb)
- update packages (28fdc69)
- updates to latest metric sdk and drop node-sdk dependency (46c2df3)
Bug Fixes
- getSpan returning undefined, enable strict null checks (#361) (b7f7cbd)