We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a34a4 commit 1ce4caeCopy full SHA for 1ce4cae
1 file changed
CHANGELOG.md
@@ -30,6 +30,11 @@ Improvements:
30
- Reduces lock acquisitions when setting span attributes
31
- Thanks to Robert Laurin (Shopify) for this optimization
32
33
+- Fix double recording of exceptions on OpenTelemetry spans (#1069)
34
+ - OpenTelemetry's `in_span` method already records exceptions and sets error status automatically
35
+ - Removed redundant explicit exception recording that caused exceptions to appear twice in traces
36
+ - Thanks to Robert Laurin (Shopify) for this fix
37
+
38
4.3.0
39
==========
40
0 commit comments