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:
2828 # upload_debug_symbols: false
2929 # ___PRODUCT_OPTION_START___ source-context
3030 # Enable source context
31- upload_source_context : true
31+ upload_sources : true
3232 # ___PRODUCT_OPTION_END___ source-context
3333 # ___PRODUCT_OPTION_START___ source-maps
34- # Enable source maps
34+ # Enable source maps (only relevant for Flutter Web)
3535 upload_source_maps: true
3636 # ___PRODUCT_OPTION_END___ source-maps
3737` ` `
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ sentry:
2828 # upload_debug_symbols: false
2929 # ___PRODUCT_OPTION_START___ source-context
3030 # Enable source context
31- upload_source_context : true
31+ upload_sources : true
3232 # ___PRODUCT_OPTION_END___ source-context
3333 # ___PRODUCT_OPTION_START___ source-maps
34- # Enable source maps
34+ # Enable source maps (only relevant for Flutter Web)
3535 upload_source_maps: true
3636 # ___PRODUCT_OPTION_END___ source-maps
3737` ` `
You can’t perform that action at this time.
0 commit comments