Skip to content

Commit d4feafb

Browse files
authored
Update troubleshooting.mdx
1 parent 28ad795 commit d4feafb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/platforms/dart/guides/flutter/troubleshooting.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Building a Flutter app for a specific ABI using the `--target-platform` argument
3737
flutter build apk --target-platform=android-arm --split-per-abi
3838
```
3939

40+
## Running Sentry within an Isolate
41+
42+
If you have a Sentry instance running within a separate [Isolate](https://dart.dev/language/isolates) you must execute `Sentry.close()` before the Isolate completes otherwise the Isolate won't shut down correctly.
43+
4044
## Native Symbolication on Android
4145

4246
The configuration for symbolication of Native events (C/C++) is documented in our [Android Native Development Kit](/platforms/android/configuration/using-ndk/) content. If you are having issues with symbolication in Flutter, check that your configuration is correct, as discussed in our Flutter content that covers [Uploading for Android NDK](/platforms/dart/guides/flutter/upload-debug/#uploading-for-android-ndk)

0 commit comments

Comments
 (0)