Skip to content

Instantly share code, notes, and snippets.

@brianr
Created January 7, 2015 16:27
Show Gist options
  • Select an option

  • Save brianr/7a261c2ba70a41a2c937 to your computer and use it in GitHub Desktop.

Select an option

Save brianr/7a261c2ba70a41a2c937 to your computer and use it in GitHub Desktop.
Rollbar custom grouping to use exception class and message instead of exception.description
[
{
"condition": {"path": "notifier.name", "eq": "rollbar-browser-js"},
"fingerprint": "{{default_fingerprint}}",
"title": "{{body.trace.exception.class}}: {{body.trace.exception.message}}"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment