-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Ensure debugIds are applied to all exceptions in an event (#…
…14881) While investigating #14841, I noticed that we had some brittle non-null assertions in our `applyDebugIds` function which would cause the debug id application logic to terminate early, in case we'd encounter an `event.exception.values` item without a stack trace. The added regression test illustrates the scenario in which debug ids would not have been applied to the second exception prior to this fix.
- Loading branch information
Showing
2 changed files
with
98 additions
and
28 deletions.
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
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