Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed May 5, 2024
1 parent 0a148f3 commit ae15efe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.2

- Fixes a bug which included input parameters you didn't ask for in the span attributes.

## v1.5.1

- Fixes a bug with missing `attrs_version`
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.1"
@version "1.5.2"
@github_page "https://github.com/marcdel/open_telemetry_decorator"

def project do
Expand Down
2 changes: 1 addition & 1 deletion test/open_telemetry_decorator_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ defmodule OpenTelemetryDecoratorTest do
assert %{"app.x" => 1, "app.y" => 1} = span.attributes
end

test "does not write input parameters not in the include " do
test "does not write input parameters not in the include" do
defmodule InputExample do
use OpenTelemetryDecorator

Expand Down

0 comments on commit ae15efe

Please sign in to comment.