Skip to content

Commit da614c6

Browse files
committed
v1.5.4
1 parent b26ba00 commit da614c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OpenTelemetryDecorator
22

3+
## v1.5.4
4+
5+
- Catch unhandled Erlang exits and add an error status to the span.
6+
37
## v1.5.3
48

59
- 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.

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule OpenTelemetryDecorator.MixProject do
22
use Mix.Project
33

4-
@version "1.5.3"
4+
@version "1.5.4"
55
@github_page "https://github.com/marcdel/open_telemetry_decorator"
66

77
def project do

0 commit comments

Comments
 (0)