Skip to content

Commit ae15efe

Browse files
committed
v1.5.2
1 parent 0a148f3 commit ae15efe

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## v1.5.2
4+
5+
- Fixes a bug which included input parameters you didn't ask for in the span attributes.
6+
37
## v1.5.1
48

59
- Fixes a bug with missing `attrs_version`

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

77
def project do

test/open_telemetry_decorator_test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ defmodule OpenTelemetryDecoratorTest do
173173
assert %{"app.x" => 1, "app.y" => 1} = span.attributes
174174
end
175175

176-
test "does not write input parameters not in the include " do
176+
test "does not write input parameters not in the include" do
177177
defmodule InputExample do
178178
use OpenTelemetryDecorator
179179

0 commit comments

Comments
 (0)