We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fac1a commit d4069c2Copy full SHA for d4069c2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# OpenTelemetryDecorator
2
3
+## v1.5.3
4
+
5
+- 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.
6
7
## v1.5.2
8
9
- Fixes a bug which included input parameters you didn't ask for in the span attributes.
mix.exs
@@ -1,7 +1,7 @@
defmodule OpenTelemetryDecorator.MixProject do
use Mix.Project
- @version "1.5.2"
+ @version "1.5.3"
@github_page "https://github.com/marcdel/open_telemetry_decorator"
def project do
0 commit comments