Skip to content

Commit e2a2d4c

Browse files
Update platform-includes/debug-symbols/dart-plugin/flutter.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent c503940 commit e2a2d4c

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)