Skip to content

Commit 30eccfa

Browse files
committed
Merge branch '(feat)flutter-dbsym-rework' of https://github.com/getsentry/sentry-docs into (feat)flutter-dbsym-rework
2 parents 4bec4d2 + e2a2d4c commit 30eccfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/debug-symbols/dart-plugin/flutter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For more information, read the [Sentry Dart Plugin README](https://github.com/ge
4646

4747
## Building Your Application
4848

49-
Before running the plugin, build your Flutter application with one of the following commands. Obuscated is encouraged for production builds, and will make uploading debug symbols necessary to get readable stack traces.
49+
Before running the plugin, build your Flutter application with one of the following commands. Obfuscated is encouraged for production builds, and will make uploading debug symbols necessary to get readable stack traces.
5050

5151
```bash {tabTitle: Obfuscated}
5252
flutter build apk --obfuscate --split-debug-info=<output-directory>

0 commit comments

Comments
 (0)