Skip to content

Instantly share code, notes, and snippets.

@brianr
Created January 5, 2015 20:42
Show Gist options
  • Select an option

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

Select an option

Save brianr/894d42940b0ff40274a0 to your computer and use it in GitHub Desktop.
Rollbar custom grouping config to use full message for php E_NOTICE errors
[{
"condition": {"all": [
{"path": "body.trace.exception.class", "contains": "E_NOTICE"},
{"path": "language", "eq": "php"}
]},
"title": "{{body.trace.exception.class}}",
"fingerprint": "{{default_fingerprint}}-{{body.trace.exception.class}}"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment