Skip to content

Commit

Permalink
docs(flutter): Update Uploading Source Context section (#10600)
Browse files Browse the repository at this point in the history
* docs(flutter): Update  docs

* fix typo
  • Loading branch information
denrase authored Jul 8, 2024
1 parent 0fffe02 commit b226fb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/platforms/flutter/upload-debug.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ If you have ProGuard (`minifyEnabled`) enabled, you must upload the [Android Pro

### Uploading Source Maps for Flutter Web

The Sentry Dart plugin also uploads source maps if `upload_source_maps` is enabled. Alternatively, you can use the Sentry CLI to upload your source maps for Flutter Web by following the docs on [Managing Release Artifacts](/product/cli/releases/#managing-release-artifacts). This will automatically enable Source Context as well.
The Sentry Dart plugin also uploads source maps if `upload_source_maps` is enabled. Alternatively, you can use the Sentry CLI to upload your source maps for Flutter Web by following the docs on [Managing Release Artifacts](/product/cli/releases/#managing-release-artifacts).

### Uploading Source Context for Flutter Android, iOS, and macOS
### Uploading Source Context

Use the [`upload_sources`](/platforms/flutter/upload-debug/#sentry-dart-plugin) option to enable [Source Context](/platforms/flutter/data-management/debug-files/source-context/).
Use the [`upload_sources`](/platforms/flutter/upload-debug/#sentry-dart-plugin) option to enable [Source Context](/platforms/flutter/data-management/debug-files/source-context/). This is available for Flutter Android, iOS, macOS and Web.

For more information, check out the [Native Symbolication on iOS/macOS](/platforms/flutter/troubleshooting/#native-symbolication-on-iosmacos) and [Source Context](/platforms/flutter/troubleshooting/#source-context) troubleshooting guides.

0 comments on commit b226fb1

Please sign in to comment.