Skip to content

Commit 1ce4cae

Browse files
Update CHANGELOG for PR #1069
1 parent 46a34a4 commit 1ce4cae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Improvements:
3030
- Reduces lock acquisitions when setting span attributes
3131
- Thanks to Robert Laurin (Shopify) for this optimization
3232

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+
3338
4.3.0
3439
==========
3540

0 commit comments

Comments
 (0)