Created
January 7, 2015 16:27
-
-
Save brianr/7a261c2ba70a41a2c937 to your computer and use it in GitHub Desktop.
Rollbar custom grouping to use exception class and message instead of exception.description
This file contains hidden or 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": {"path": "notifier.name", "eq": "rollbar-browser-js"}, | |
| "fingerprint": "{{default_fingerprint}}", | |
| "title": "{{body.trace.exception.class}}: {{body.trace.exception.message}}" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment