Skip to content

Instantly share code, notes, and snippets.

@brianr
Created February 13, 2015 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianr/4f2d840772f76285aea3 to your computer and use it in GitHub Desktop.
Save brianr/4f2d840772f76285aea3 to your computer and use it in GitHub Desktop.
Rollbar custom grouping to group RetrofitErrors by exception message
[{
"condition": {"all": [
{"path": "notifier.name", "eq": "rollbar-android"},
{"path": "body.trace_chain.0.exception.class", "eq": "retrofit.RetrofitError"}
]},
"fingerprint": "{{default_fingerprint}}-{{body.trace_chain.0.exception.message}",
"title": "{{default_title}}"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment