Sentry.close
must be called in an isolate otherwise it won't shut down
#2625
Labels
Sentry.close
must be called in an isolate otherwise it won't shut down
#2625
Description
"I'm calling
Sentry.init
in my isolate (the non-flutter variant) and found my isolate wouldn't shutdown until I addedSentry.close
as the last line in the isolate."Let's verify this first and then document it
The text was updated successfully, but these errors were encountered: