Created
February 5, 2019 02:20
-
-
Save rin/b70d7307e7aa10cae26b1c62c56f0b75 to your computer and use it in GitHub Desktop.
Bugsnag Grouping Hash
This file contains hidden or 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
bugsnagClient.notify(new Error('Page not found (404)'), { | |
beforeSend: (report) => { | |
report.groupingHash = report.request.url; | |
report.severity = 'info'; | |
}, | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment