Skip to content

Commit

Permalink
v1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed Mar 9, 2024
1 parent af60045 commit 41befcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# OpenTelemetryDecorator

## v1.4.11
Clean up after ourselves instead of right before setting the status

I didn't realize `Span.end_span` does _not_ change the current span, which is why when the parent catches the reraise it had the wrong span as the current span.
We're starting the span in a place where we can hold on to it so we can manually update the current span to the parent so that callers that _aren't_ using the decorator have the correct current span.

## v1.4.10
Addresses an issue setting error status on parent spans after exception

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

def project do
Expand Down

0 comments on commit 41befcb

Please sign in to comment.