We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50812e commit f9bc4c5Copy full SHA for f9bc4c5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# OpenTelemetryDecorator
2
3
+## v1.4.12
4
+- Updates decorator to use the o11y version of start and end span
5
+- Refactor tests to use `O11y.TestHelper` and the available structs for asserting on span conents.
6
+
7
## v1.4.11
8
Clean up after ourselves instead of right before setting the status
9
@@ -137,4 +141,4 @@ def param_override(x, y) do
137
141
138
142
{:ok, x + y}
139
143
end
140
-```
144
+```
mix.exs
@@ -1,7 +1,7 @@
defmodule OpenTelemetryDecorator.MixProject do
use Mix.Project
- @version "1.4.11"
+ @version "1.4.12"
@github_page "https://github.com/marcdel/open_telemetry_decorator"
def project do
0 commit comments