Skip to content

Instantly share code, notes, and snippets.

@brianr
Last active March 14, 2018 16:14
Show Gist options
  • Save brianr/9468e1cc512850e52a23 to your computer and use it in GitHub Desktop.
Save brianr/9468e1cc512850e52a23 to your computer and use it in GitHub Desktop.
Rollbar grouping config to include the exception message for node.js errors with class name 'Error'
[{
"condition": {"all": [
{"path": "body.trace.exception.class", "eq": "Error"},
{"path": "framework", "eq": "node-js"}
]},
"title": "{{default_title}}",
"fingerprint": "{{default_fingerprint}}-{{body.trace.exception.message}}"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment