Created
January 5, 2015 20:42
-
-
Save brianr/894d42940b0ff40274a0 to your computer and use it in GitHub Desktop.
Rollbar custom grouping config to use full message for php E_NOTICE errors
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": {"all": [ | |
| {"path": "body.trace.exception.class", "contains": "E_NOTICE"}, | |
| {"path": "language", "eq": "php"} | |
| ]}, | |
| "title": "{{body.trace.exception.class}}", | |
| "fingerprint": "{{default_fingerprint}}-{{body.trace.exception.class}}" | |
| }] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment