RaygunClientFactory |
RaygunClientFactory.withAfterSend(IRaygunSendEventFactory<IRaygunOnAfterSend> onAfterSend) |
Add a RaygunOnAfterSend handler
factory.withAfterSend(myRaygunOnAfterSendFactory)
|
RaygunClientFactory |
RaygunClientFactory.withApiKey(String apiKey) |
Generates a factory with associated apiKey
|
RaygunClientFactory |
RaygunClientFactory.withBeforeSend(IRaygunSendEventFactory<IRaygunOnBeforeSend> onBeforeSend) |
Add a RaygunOnBeforeSend handler
factory.withBeforeSend(myRaygunOnBeforeSendFactory)
|
RaygunClientFactory |
RaygunClientFactory.withBreadcrumbLocations() |
BEWARE: enabling could seriously degrade performance of your application
|
RaygunClientFactory |
RaygunClientFactory.withData(Object key,
Object value) |
This data will be added to every error sent
|
RaygunClientFactory |
RaygunClientFactory.withExcludedExceptions(Class... excludedWrappers) |
|
RaygunClientFactory |
RaygunClientFactory.withFailedSend(IRaygunSendEventFactory<IRaygunOnFailedSend> onFailedSend) |
Add a RaygunOnFailedSend handler
factory.withFailedSend(myRaygunOnFailedSendFactory)
|
RaygunClientFactory |
RaygunClientFactory.withMessageBuilder(IRaygunMessageBuilderFactory messageBuilderFactory) |
Generates a factory with associated IRaygunMessageBuilderFactory
|
RaygunClientFactory |
RaygunClientFactory.withOfflineStorage() |
Generates a factory with associated offline storage on default directory
|
RaygunClientFactory |
RaygunClientFactory.withOfflineStorage(String storageDir) |
Generates a factory with associated offline storage on given directory
|
RaygunClientFactory |
RaygunClientFactory.withTag(String tag) |
These tags will be added to every error sent
|
RaygunClientFactory |
RaygunClientFactory.withVersion(String version) |
Generates a factory with associated version
|
RaygunClientFactory |
RaygunClientFactory.withVersionFrom(Class versionFromClass) |
Generates a factory with associated version derived from class
|
RaygunClientFactory |
RaygunClientFactory.withWrappedExceptionStripping(Class... stripWrappers) |
|