Skip to content

Commit 6d154f7

Browse files
committed
Moves debug source maps notice to the correct section
1 parent 77ce956 commit 6d154f7

File tree

1 file changed

+1
-2
lines changed
  • docs/platforms/react-native/sourcemaps/uploading

1 file changed

+1
-2
lines changed

docs/platforms/react-native/sourcemaps/uploading/expo.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Sentry's React Native SDK works out of the box with Expo applications. To see re
1717

1818
## Automatic Upload for Release
1919

20-
When the Sentry Expo Plugin `@sentry/react-native/expo` and the Sentry Metro Pugin are added to your application configuration, source maps for the native builds are uploaded automatically during EAS Builds and when building the native application release locally using `npx expo prebuild`.
20+
When the Sentry Expo Plugin `@sentry/react-native/expo` and the Sentry Metro Pugin are added to your application configuration, source maps for the native builds are uploaded automatically during EAS Builds and when building the native application release locally using `npx expo prebuild`. Note that uploading source maps for debug or simulator builds is disabled, as symbolication is handled by the Metro dev server.
2121

2222
## Manual Upload for EAS Updates
2323

@@ -47,7 +47,6 @@ npx sentry-expo-upload-sourcemaps dist
4747

4848
- `dist` is the default output directory of `eas update`.
4949
- Uploaded source maps have no associated releases. This is expected as updates can apply to multiple releases.
50-
- Uploading of source maps for debug or simulator builds is disabled.
5150

5251
## Notes
5352

0 commit comments

Comments
 (0)