Skip to content

Instantly share code, notes, and snippets.

@brianr
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save brianr/eea590f22ec4d878c275 to your computer and use it in GitHub Desktop.

Select an option

Save brianr/eea590f22ec4d878c275 to your computer and use it in GitHub Desktop.
Rollbar custom grouping config to have items in different android versions separated
[
{
"title": "{{ default_title }} in version {{ client.android.code_version }}",
"fingerprint": "{{ default_fingerprint }}-androidversion-{{ client.android.code_version }}",
"condition": {
"path": "framework",
"eq": "android"
}
}
]
@kjones
Copy link
Copy Markdown

kjones commented Jun 6, 2014

Works great! Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment