-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: Improve Sentry reporting (#2247)
With the new v3.x major version of Sentry, we can easily improve our reporting via our client setup. We will now include the Sentry preload script in our persisting session partition which could help capture request errors. We also add 2 integrations: - ElectronMinidump which should offer better crash dumps than the default SentryMinidump integration (especially since we've uploaded the Electron debug symbols corresponding to the version we're using) - ExtraErrorData whichi will extract all custom attributes from our errors and attach them as `extra` info. For this reason, we will stop attaching log messages' attributes via `setExtra` and use a scope context instead
- Loading branch information
Showing
6 changed files
with
380 additions
and
148 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
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
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
Oops, something went wrong.