Skip to content

Commit 433e073

Browse files
authored
Dart source context troubleshooting (#6423)
1 parent 02117bb commit 433e073

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/platforms/flutter/troubleshooting.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ The configuration for symbolication of Native events (C/C++) is documented in ou
3333
## Native Symbolication on iOS/macOS
3434

3535
Flutter `split-debug-info` and `obfuscate` flags are supported on iOS/macOS. They require compiling your app using Flutter, version `3.7.0` and above and the Sentry Flutter SDK, version `6.10.0` and above.
36+
37+
## Source Context
38+
39+
Source Context support requires compiling your app using the `split-debug-info` build parameter and the latest Flutter (`master` channel), you must also upload [debug symbols](/platforms/flutter/upload-debug/).

0 commit comments

Comments
 (0)