public interface BeforeNotify
You can use this to add or modify information attached to an error
before it is sent to your dashboard. You can also return
false from any callback to halt execution.
| Modifier and Type | Method and Description |
|---|---|
boolean |
run(Error error)
Runs the "before notify" callback.
|