Skip to content

Commit 63277c2

Browse files
committed
v1.5.7
1 parent b5c5144 commit 63277c2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v1.5.7
4+
5+
- Update dependencies
6+
- Add pid as a default span attribute
7+
38
## v1.5.6
49

510
- 🐞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.

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

77
def project do

0 commit comments

Comments
 (0)