Skip to content

Commit b0cfd85

Browse files
committed
v1.5.6
1 parent a52f42b commit b0cfd85

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.6
4+
5+
- 🐞BUG FIX: v1.5.4 introduced a bug where exits were being caught and the span annotated, but then control flow continued as if the exit had not occurred. We now exit with the same reason that was caught, so control flow is unchanged.
6+
37
## v1.5.5
48

59
- Decorator will catch throws as well as exits and add an error status to the span.

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.5"
4+
@version "1.5.6"
55
@github_page "https://github.com/marcdel/open_telemetry_decorator"
66

77
def project do

0 commit comments

Comments
 (0)