Skip to content

Commit c503940

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

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/debug-symbols/dart-plugin

1 file changed

+1
-1
lines changed

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

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