Releases: marcdel/open_telemetry_decorator
Releases · marcdel/open_telemetry_decorator
v1.5.10
- 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
- Update dependencies:
dialyxir
,ex_doc
,o11y
Full Changelog: v1.5.8...v1.5.9
v1.5.8
- Update o11y and credo dependencies
Full Changelog: v1.5.7...v1.5.8
v1.5.7
- Update dependencies
- Add pid as a default span attribute
Full Changelog: v1.5.6...v1.5.7
v1.5.6
- 🐞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
v1.5.4
v1.5.3
- Bumps o11y version to v0.2.4 which includes an
add_event
method that processes the attributes given to it the same waywith_span
does.
Full Changelog: v1.5.2...v1.5.3
v1.5.2
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
- Fixes a bug with missing
attrs_version
Full Changelog: v1.5.0...v1.5.1