You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/dart/guides/flutter/configuration/chrome-extensions.mdx
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,4 @@ flutter build web --no-web-resources-cdn --pwa-strategy=none --source-maps
55
55
56
56
### 4. Upload Source Maps
57
57
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