| AbstractRaygunRequestMapFilter |
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
|
| RaygunExcludeRequestFilter |
Discards the request if it matches the provided filter
|
| RaygunExcludeRequestFilter.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
|
| RaygunRequestQueryStringFilter |
Given a list of query string field names, this will replace the field values with an optional replacement
|