Skip to content

Instantly share code, notes, and snippets.

@brianr
Created July 15, 2014 23:46
Show Gist options
  • Save brianr/c90e615d03da45c81fb5 to your computer and use it in GitHub Desktop.
Save brianr/c90e615d03da45c81fb5 to your computer and use it in GitHub Desktop.
Rollbar custom grouping to group separately by server.software
[
{
"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