We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873d832 commit 516496aCopy full SHA for 516496a
platform-includes/debug-symbols/dart-plugin/dart.mdx
@@ -28,10 +28,10 @@ sentry:
28
# upload_debug_symbols: false
29
# ___PRODUCT_OPTION_START___ source-context
30
# Enable source context
31
- upload_source_context: true
+ upload_sources: true
32
# ___PRODUCT_OPTION_END___ source-context
33
# ___PRODUCT_OPTION_START___ source-maps
34
- # Enable source maps
+ # Enable source maps (only relevant for Flutter Web)
35
upload_source_maps: true
36
# ___PRODUCT_OPTION_END___ source-maps
37
```
0 commit comments