-
Notifications
You must be signed in to change notification settings - Fork 631
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-raise errors caught in opentelemetry.sdk.trace.Tracer.use_span() (#…
…469) User raised exceptions were consumed by the context manager.
- Loading branch information
1 parent
9ed98eb
commit 1f1e699
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -524,7 +524,7 @@ def use_span( | |
) | ||
) | ||
|
||
raise | ||
raise | ||
|
||
finally: | ||
if end_on_exit: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters