Skip to content

Releases: overbit/opentelemetry-nestjs

v5.0.0

28 Feb 09:41
48d1758

Choose a tag to compare

5.0.0 (2025-02-28)

Features

BREAKING CHANGES

v4.1.1

28 Jun 10:12

Choose a tag to compare

4.1.1 (2023-06-28)

Bug Fixes

v4.1.0

20 Jun 12:57
6753631

Choose a tag to compare

4.1.0 (2023-06-20)

Bug Fixes

  • setting custom attributes in async functions span (90b52f6)

Features

  • allow attributes definition for all wrapped methods (43aee28)

v4.0.2

15 Jun 18:04

Choose a tag to compare

4.0.2 (2023-06-15)

Bug Fixes

v4.0.1

15 Jun 16:25
f3986b8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

15 Jun 15:36

Choose a tag to compare

What's changed

  • chore: remove dist/ @overbit
  • chore: update gitignore @overbit
  • refactor: moved tests @overbit
  • chore: fix linting @overbit
  • chore(npm): update packages details @overbit
  • feat: add Traceable decorator to trace all methods in a provider @overbit
  • feat: improve http, fs and graphql autoinstrumentation @overbit
  • feat: add traceWrapper for tracing instances of classes instantiated without nestjs DI @overbit
  • refactor: rename types for to match the content @overbit
  • fix: wrapper to not change the time of function from sync to async @overbit
  • docs: add more jsdoc @overbit
  • refactor: update data modifier for Wrapper @overbit
  • ci: update ci to run test with cov @overbit
  • ci: add simple release workflow @overbit
  • chore: add coverage thresholds @overbit
  • ci: update release to support pre-release beta versions @overbit
  • ci: fix release workflow @overbit
  • docs: improve in code documentation @overbit
  • doc: improve readme @overbit
  • chore: minor npm publish improvement @overbit

Full Changelog: 3.0.0...v4.0.0