Skip to content

Commit

Permalink
v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed Jul 17, 2023
1 parent 5b0978d commit 19226be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OpenTelemetryDecorator

## v1.4.4
- Fixes an issue with error not being recorded in the span attributes when using `Attributes.set` since it was being passed as an atom.

## v1.4.3
- Do not prefix "error" attributes with the configured prefix since these have special meaning in open telemetry

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.4.3"
@version "1.4.4"
@github_page "https://github.com/marcdel/open_telemetry_decorator"

def project do
Expand Down

0 comments on commit 19226be

Please sign in to comment.