Skip to content
1 change: 1 addition & 0 deletions docs/platforms/react-native/sourcemaps/uploading/expo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ npx sentry-expo-upload-sourcemaps dist

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

@krystofwoldrich krystofwoldrich Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are notes for EAS Updates, meaning for situation when a user creates a JS bundle to distribute as ota update.

This note is relevant for the previous section [Automatic Upload for Release](https://docs.sentry.io/platforms/react-native/sourcemaps/uploading/expo/#automatic-upload-for-release)

I would also include one sentence why, we do not auto upload for Debug.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch @krystofwoldrich 🙇 I've moved the note to the correct section adding a short sentence for the why with 6d154f7.

I think we should include the information also on the main source maps page.

Also added a separate a bit more extended section on the main source maps page with e339fd8

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. I suggest removing the sim builds as release for sim will upload the source maps.

I also added @lizokm to review the docs style.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @krystofwoldrich! Makes sense. I've committed your suggestions 🙇


## Notes

Expand Down
Loading