Skip to content

Instantly share code, notes, and snippets.

@brianr
Created June 17, 2014 17:35
Show Gist options
  • Save brianr/05ec26119ed377db54b5 to your computer and use it in GitHub Desktop.
Save brianr/05ec26119ed377db54b5 to your computer and use it in GitHub Desktop.
Rollbar custom grouping to separate by ip and context
[{
"title": "{{ default_title }} {{ request.user_ip }} {{ request.context }}",
"fingerprint": "{{ default_fingerprint }} {{ request.user_ip }} {{ request.context }}",
"condition": {
"path": "language",
"eq": "ruby"
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment