Skip to content

Commit 572a91e

Browse files
buenaflorcoolguyzone
authored andcommitted
feat(flutter): add troubleshoot for isolates (#13218)
* Update troubleshooting.mdx * Apply suggestions from code review Co-authored-by: Alex Krawiec <[email protected]> --------- Co-authored-by: Alex Krawiec <[email protected]>
1 parent 15f240e commit 572a91e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
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)