File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
platform-includes/debug-symbols/dart-plugin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ sentry:
28
28
# upload_debug_symbols: false
29
29
# ___PRODUCT_OPTION_START___ source-context
30
30
# Enable source context
31
- upload_source_context : true
31
+ upload_sources : true
32
32
# ___PRODUCT_OPTION_END___ source-context
33
33
# ___PRODUCT_OPTION_START___ source-maps
34
- # Enable source maps
34
+ # Enable source maps (only relevant for Flutter Web)
35
35
upload_source_maps: true
36
36
# ___PRODUCT_OPTION_END___ source-maps
37
37
` ` `
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ sentry:
28
28
# upload_debug_symbols: false
29
29
# ___PRODUCT_OPTION_START___ source-context
30
30
# Enable source context
31
- upload_source_context : true
31
+ upload_sources : true
32
32
# ___PRODUCT_OPTION_END___ source-context
33
33
# ___PRODUCT_OPTION_START___ source-maps
34
- # Enable source maps
34
+ # Enable source maps (only relevant for Flutter Web)
35
35
upload_source_maps: true
36
36
# ___PRODUCT_OPTION_END___ source-maps
37
37
` ` `
You can’t perform that action at this time.
0 commit comments