Skip to content

Releases: marcdel/open_telemetry_decorator

v1.5.10

28 Jan 20:07
Compare
Choose a tag to compare
  • Fixes compilation warnings in Elixir 1.18 (🙏 @vrcca)
  • Improves compilation times by limiting the amount of code generated by the decorator. (🙏 @vrcca)
  • Update dependencies: credo, ex_doc, excoveralls

New Contributors

Full Changelog: v1.5.9...v1.5.10

v1.5.9

11 Dec 02:55
Compare
Choose a tag to compare
  • Update dependencies: dialyxir, ex_doc, o11y

Full Changelog: v1.5.8...v1.5.9

v1.5.8

12 Nov 18:23
Compare
Choose a tag to compare
  • Update o11y and credo dependencies

Full Changelog: v1.5.7...v1.5.8

v1.5.7

24 Oct 06:38
Compare
Choose a tag to compare
  • Update dependencies
  • Add pid as a default span attribute

Full Changelog: v1.5.6...v1.5.7

v1.5.6

12 Jul 17:24
Compare
Choose a tag to compare
  • 🐞BUG FIX: v1.5.4 introduced a bug where exits were being caught and the span annotated, but then control flow continued as if the exit had not occurred. We now exit with the same reason that was caught, so control flow is unchanged.

Full Changelog: v1.5.5...v1.5.6

v1.5.5

12 Jul 16:47
Compare
Choose a tag to compare

What's Changed

  • Catch throws, stringify thrown values and exit reasons for reporting by @erszcz in #149

Full Changelog: v1.5.4...v1.5.5

v1.5.4

04 Jul 02:28
Compare
Choose a tag to compare

Catch unhandled Erlang exits and add an error status to the span.

What's Changed

  • Set error on a span with an unhandled :erlang.exit() by @erszcz in #148

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

23 May 06:08
Compare
Choose a tag to compare
  • Bumps o11y version to v0.2.4 which includes an add_event method that processes the attributes given to it the same way with_span does.

Full Changelog: v1.5.2...v1.5.3

v1.5.2

05 May 17:12
Compare
Choose a tag to compare

v1.5.2

  • Fixes a bug which included input parameters you didn't ask for in the span attributes.

Full Changelog: v1.5.1...v1.5.2

v1.5.1

27 Apr 06:43
Compare
Choose a tag to compare
  • Fixes a bug with missing attrs_version

Full Changelog: v1.5.0...v1.5.1