Skip to content

Instantly share code, notes, and snippets.

@rin
Created February 5, 2019 02:20
Show Gist options
  • Save rin/b70d7307e7aa10cae26b1c62c56f0b75 to your computer and use it in GitHub Desktop.
Save rin/b70d7307e7aa10cae26b1c62c56f0b75 to your computer and use it in GitHub Desktop.
Bugsnag Grouping Hash
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