Skip to content

Commit b31ebf8

Browse files
chore: Changelog fix prettier lint error (#4973)
1 parent cff9743 commit b31ebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased
44

55
> [!Important]
6-
> **This version fixes an important bug for applying scope data to crash events (#4969).**
6+
> This version fixes an important bug for applying scope data to crash events (#4969).
77
>
88
> 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.
99
> 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)