As we have a sentry-kotlin-extensions module right now and SentryContext for Coroutines, it'd be a nice addition offering a SentryCoroutineExceptionHandler, https://kotlinlang.org/docs/exception-handling.html#coroutineexceptionhandler
so people can use it and when it throws, it captures an event automatically, how does that sound?
Similar to our UncaughtExceptionHandlerIntegration
As we have a
sentry-kotlin-extensionsmodule right now andSentryContextfor Coroutines, it'd be a nice addition offering aSentryCoroutineExceptionHandler, https://kotlinlang.org/docs/exception-handling.html#coroutineexceptionhandlerso people can use it and when it throws, it captures an event automatically, how does that sound?
Similar to our
UncaughtExceptionHandlerIntegration