Package io.sentry

Class UncaughtExceptionHandlerIntegration

java.lang.Object
io.sentry.UncaughtExceptionHandlerIntegration
All Implemented Interfaces:
Integration, Closeable, AutoCloseable, Thread.UncaughtExceptionHandler

public final class UncaughtExceptionHandlerIntegration extends Object implements Integration, Thread.UncaughtExceptionHandler, Closeable
Sends any uncaught exception to Sentry, then passes the exception on to the pre-existing uncaught exception handler.