Created
December 3, 2014 18:23
-
-
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
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
| [ | |
| { | |
| "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