Skip to content

Commit cff9743

Browse files
Fix Important heading in CHANGELOG.md (#4972)
1 parent 6fd3e64 commit cff9743

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Unreleased
44

5-
> [!Important] > **This version fixes an important bug for applying scope data to crash events (#4969).**
5+
> [!Important]
6+
> **This version fixes an important bug for applying scope data to crash events (#4969).**
67
>
78
> Previously, the SDK always set the event's user to the user of the scope of the app launch after the crash event, which could result in incorrect user data if the user changed between the crash and the next launch.
89
> Additionally, if specific properties on the crash event were nil, the SDK replaced them with values from the scope of the app launch after the crash event. This affected the following event properties: tags, extra, fingerprints, breadcrumbs, dist, environment, level, and trace context. However, since most of these properties are infrequently nil, the fix should have minimal impact on most users.

0 commit comments

Comments
 (0)