Skip to content

Commit c8ec7f8

Browse files
authored
Update chrome-extensions.mdx
1 parent 1d5ce15 commit c8ec7f8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/platforms/dart/guides/flutter/configuration/chrome-extensions.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,4 @@ flutter build web --no-web-resources-cdn --pwa-strategy=none --source-maps
5555

5656
### 4. Upload Source Maps
5757

58-
After building your application, upload the generated source maps to Sentry for better debugging:
59-
60-
```bash
61-
sentry_dart_plugin
62-
```
63-
64-
Make sure you have the [Sentry Dart Plugin](/platforms/dart/guides/flutter/configuration/options/#sentry-dart-plugin) properly configured in your project.
58+
After building your application, upload the generated source maps to Sentry using the [sentry_dart_plugin](/platforms/dart/guides/flutter/debug-symbols/dart-plugin/).

0 commit comments

Comments
 (0)