Skip to content

Instantly share code, notes, and snippets.

@brianr
Created June 18, 2015 20:40
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/467bccd47b10015ad77d to your computer and use it in GitHub Desktop.
Save brianr/467bccd47b10015ad77d to your computer and use it in GitHub Desktop.
Rollbar custom grouping to group file:// into a single item
[
{
"condition": {
"path": "body.trace.frames.*.filename",
"contains": "file://"
},
"title": "Error on file://",
"fingerprint": "error-on-local-filesystem"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment