Created
July 15, 2014 23:46
-
-
Save brianr/c90e615d03da45c81fb5 to your computer and use it in GitHub Desktop.
Rollbar custom grouping to group separately by server.software
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
[ | |
{ | |
"title": "{{ default_title }} in version {{ server.software }}", | |
"fingerprint": "{{ default_fingerprint }} {{ server.software }}", | |
"condition": {"path": "server.software", "neq": null} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment