Releases: jufab/opentelemetry-angular-interceptor
Releases · jufab/opentelemetry-angular-interceptor
v0.24.0-1
fix peerDependencies with good version
v0.23.0
This version and earlier are compatible with opentelemetry collector 0.28.0
At the moment there is a bug in 0.23.0 of opentelemetry-js and 0.29.0 collector.
v0.22.0
update to opentelemetry-js 0.22.0
v0.21.0
Update @opentelemetry/* to 0.21.0
v0.19.0
Breaking change
@opentelemetry/api is now in version 1.0.0-rc.0, don't forget to change version.
Features
- NEW!!! (see readme) Add a component with instrumentation (#34) (caab7a9)
- issue#38: add batchSpanProcessorConfig (a73e382), closes issue#38
Bug Fixes
- issue#4: link error on documentation (2965c35), closes issue#4
- issue#42: restart context for each http call (c9f8667), closes issue#42
- api breaking change (18d04fd)
- cypress test error on span name (68d7aee)
- github action rename branch main (66ca86c)
- use protocol and method for span name (1a56037)
v0.18.0
0.18.0 (2021-03-10)
Features
Bug Fixes