Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed Jul 4, 2024
1 parent b26ba00 commit da614c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# OpenTelemetryDecorator

## v1.5.4

- Catch unhandled Erlang exits and add an error status to the span.

## 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 way `with_span` does.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule OpenTelemetryDecorator.MixProject do
use Mix.Project

@version "1.5.3"
@version "1.5.4"
@github_page "https://github.com/marcdel/open_telemetry_decorator"

def project do
Expand Down

0 comments on commit da614c6

Please sign in to comment.