| AbstractRaygunRequestMapFilter<T> |
Base class to filter/redact withData from Raygun request maps
|
| RaygunDuplicateErrorFilter |
Duplicate Error filter rejects errors that have already been sent
The same instance of this filter must be used for the onBefore and onAfter events
|
| RaygunDuplicateErrorFilterFactory |
This factory creates the two filters required for duplicate error detection.
|
| RaygunExcludeExceptionFilter |
Given a set of class names, this filter will drop errors that contain any of the classes to exclude in the exception chain.
|
| RaygunExcludeLocalRequestFilter |
Excludes requests that come from host names starting with "localhost"
|
| RaygunExcludeRequestFilter |
Discards the request if it matches the provided filter
|
| RaygunRequestCookieFilter |
Given a list of cookie names, this will replace the cookie values with an optional replacement
|
| RaygunRequestFormFilter |
Given a list of form field names, this will replace the field values with an optional replacement
|
| RaygunRequestHeaderFilter |
Given a list of header names, this will replace the header values with an optional replacement
|
| RaygunRequestHttpStatusFilter |
Will filter out errors with the given http status codes
|
| RaygunRequestQueryStringFilter |
Given a list of query string field names, this will replace the field values with an optional replacement
|
| RaygunStripWrappedExceptionFilter |
Given a set of class names, this filter will remove matching exceptions from the exception chain.
|