Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(sourcemaps): Update sourcemaps index.mdx to highlight the React Native documentation regarding Source Map generation #8849

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/platforms/react-native/sourcemaps/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ If you are on an older version and you want to upload source maps we recommend u

To get unminified stack traces for JavaScript code, source maps must be generated and uploaded. The React Native SDK handles source maps _automatically_ for iOS with Xcode and Android with Gradle, if you do not use custom values.

Ensure that you have followed the relevant React Native documentation to enable Source Maps since their generation may be disabled by default depending on the platform you are building for and whether you are using Hermes or not.

## Set Up Automatic Upload

The easiest way to configure automatic source maps upload is to use the Sentry Wizard:
Expand Down
Loading