public final class UncaughtExceptionHandlerIntegration extends java.lang.Object implements Integration, java.lang.Thread.UncaughtExceptionHandler, java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
register(IHub hub,
SentryOptions options) |
void |
uncaughtException(java.lang.Thread thread,
java.lang.Throwable thrown) |
public void register(IHub hub, SentryOptions options)
register
in interface Integration
public void uncaughtException(java.lang.Thread thread, java.lang.Throwable thrown)
uncaughtException
in interface java.lang.Thread.UncaughtExceptionHandler
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable