Skip to content
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