Skip to content

Releases: jufab/opentelemetry-angular-interceptor

v0.24.0-1

04 Aug 23:36
Compare
Choose a tag to compare

fix peerDependencies with good version

v0.24.0

01 Aug 23:45
Compare
Choose a tag to compare

update to 0.24.0

v0.23.0

08 Jul 21:08
Compare
Choose a tag to compare

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

17 Jun 22:13
Compare
Choose a tag to compare

update to opentelemetry-js 0.22.0

v0.21.0

11 Jun 22:24
Compare
Choose a tag to compare

Update @opentelemetry/* to 0.21.0

v0.20.0

07 Jun 21:12
Compare
Choose a tag to compare

@opentelemetry/api is back to same version 0.20.0 (more info : https://github.com/open-telemetry/opentelemetry-js-api)

Breaking change

  • default url OpenTelemetry exporter is /v1/traces and not /v1/trace

Features

Bug Fixes

  • span.kind to client value and status.code to unset (#51) (b3e15af)
  • issue#41: add custom dynamic span attributes (1c7c0c0), closes issue#41

v0.19.0

04 May 00:22
Compare
Choose a tag to compare

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.2

30 Mar 21:20
Compare
Choose a tag to compare

0.18.2 (2021-03-30)

Features

v0.18.0-1

26 Mar 13:34
Compare
Choose a tag to compare
chore(release): 0.18.0-1

v0.18.0

10 Mar 01:01
Compare
Choose a tag to compare

0.18.0 (2021-03-10)

Features

  • update to version 0.18.0 (ead3251)

Bug Fixes