Skip to content

Instantly share code, notes, and snippets.

@brianr
Created December 3, 2014 18:23
Show Gist options
  • Select an option

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

Select an option

Save brianr/848e811cf7748de4f2c2 to your computer and use it in GitHub Desktop.
rollbar custom grouping config to match js errors from a list of IP addresses
[
{
"condition": {"all": [
{"path": "request.user_ip", "in": ["101.102.103.0", "101.102.103.1", "101.102.103.2"]},
{"path": "framework", "eq": "browser-js"}
]},
"title": "Browser JS error on one of our IPs",
"fingerprint": "browser js error on one of our IPs"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment