File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# OpenTelemetryDecorator
2
2
3
+ ## v1.5.2
4
+
5
+ - Fixes a bug which included input parameters you didn't ask for in the span attributes.
6
+
3
7
## v1.5.1
4
8
5
9
- Fixes a bug with missing ` attrs_version `
Original file line number Diff line number Diff line change 1
1
defmodule OpenTelemetryDecorator.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "1.5.1 "
4
+ @ version "1.5.2 "
5
5
@ github_page "https://github.com/marcdel/open_telemetry_decorator"
6
6
7
7
def project do
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ defmodule OpenTelemetryDecoratorTest do
173
173
assert % { "app.x" => 1 , "app.y" => 1 } = span . attributes
174
174
end
175
175
176
- test "does not write input parameters not in the include " do
176
+ test "does not write input parameters not in the include" do
177
177
defmodule InputExample do
178
178
use OpenTelemetryDecorator
179
179
You can’t perform that action at this time.
0 commit comments