Skip to content

Commit e339fd8

Browse files
committed
Adds a debug source maps notice on the main source maps page
1 parent 6d154f7 commit e339fd8

File tree

1 file changed

+4
-0
lines changed
  • docs/platforms/react-native/sourcemaps

1 file changed

+4
-0
lines changed

docs/platforms/react-native/sourcemaps/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ sentry {
5050
uploadNativeSymbols = shouldSentryAutoUpload()
5151
}
5252
```
53+
54+
### Debug and Simulator Builds
55+
56+
Note that uploading source maps for debug or simulator builds is disabled because symbolication is handled directly by the Metro development server. In a development environment, Metro automatically provides the symbolication needed to translate stack traces into readable source code. As a result, there is no need to upload source maps for these types of builds.

0 commit comments

Comments
 (0)