Last active
March 14, 2018 16:14
-
-
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'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"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