Skip to content

Commit bb40372

Browse files
authored
fix(dart-plugin): wrong source context config field (#14507)
Fixes the name of the source context field
1 parent 1f3fd56 commit bb40372

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

platform-includes/debug-symbols/dart-plugin/dart.flutter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

platform-includes/debug-symbols/dart-plugin/dart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)