Skip to content

Commit 298efe9

Browse files
authored
flutter: win/linux supported native symbols
1 parent 09db0a2 commit 298efe9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/platforms/flutter/upload-debug.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,15 @@ For a standard build:
9494
- `flutter build apk`
9595
- `flutter build ios`
9696
- `flutter build macos`
97+
- `flutter build windows`
98+
- `flutter build linux`
9799

98-
For an obfuscated build:
100+
For an [obfuscated build](https://docs.flutter.dev/deployment/obfuscate):
99101
- `flutter build apk --obfuscate --split-debug-info=<output-directory>`
100102
- `flutter build ios --obfuscate --split-debug-info=<output-directory>`
101103
- `flutter build macos --obfuscate --split-debug-info=<output-directory>`
104+
- `flutter build windows --obfuscate --split-debug-info=<output-directory>`
105+
- `flutter build linux --obfuscate --split-debug-info=<output-directory>`
102106

103107
<Alert>
104108

@@ -157,16 +161,16 @@ You will need to upload the following files:
157161

158162
Sentry requires a dSYM upload to symbolicate your crash logs. The symbolication process unscrambles Apple’s crash logs to reveal the function, file names, and line numbers of the crash. [Learn how to upload the dSYM files](/platforms/apple/dsym/).
159163

160-
### Android
164+
### Android, Windows and Linux
161165

162166
See our docs on uploading [Debug Information Files](/cli/dif/#uploading-files) manually with the Sentry CLI.
163167

164-
### Android NDK
165-
166-
See our docs on uploading [Debug Information Files](/cli/dif/#uploading-files) manually with the Sentry CLI.
168+
<Note>
167169

168170
If you're using a version of `sentry_flutter` earlier than 5.1, native symbolication on Android requires a specific configuration. Refer to [Troubleshooting](/platforms/flutter/troubleshooting/#native-symbolication-on-android) for more information.
169171

172+
</Note>
173+
170174
<Alert>
171175

172176
Sentry's Flutter SDK doesn't currently support the `uploadNativeSymbols` flag from the [Sentry Gradle Plugin](/platforms/android/configuration/gradle/).

0 commit comments

Comments
 (0)