Skip to content

Instantly share code, notes, and snippets.

@brianr
Last active August 29, 2015 14:02
Show Gist options
  • Save brianr/396c609c5a4e88f799aa to your computer and use it in GitHub Desktop.
Save brianr/396c609c5a4e88f799aa to your computer and use it in GitHub Desktop.
Rollbar custom grouping configuration to have routing errors split by path
[
{
"title": "{{ body.trace.exception.class }} {{ body.trace.exception.message }}",
"fingerprint": "{{ body.trace.exception.class }}-{{ body.trace.exception.message }}",
"condition": {
"path": "body.trace.exception.class",
"eq": "ActionController::RoutingError"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment