We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ecc25 commit c96129dCopy full SHA for c96129d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# OpenTelemetryDecorator
2
3
+## v1.5.5
4
+
5
+- Decorator will catch throws as well as exits and add an error status to the span.
6
7
## v1.5.4
8
9
- Catch unhandled Erlang exits and add an error status to the span.
mix.exs
@@ -1,7 +1,7 @@
defmodule OpenTelemetryDecorator.MixProject do
use Mix.Project
- @version "1.5.4"
+ @version "1.5.5"
@github_page "https://github.com/marcdel/open_telemetry_decorator"
def project do
0 commit comments