Skip to content

Commit 19ff468

Browse files
Removes simulator builds from the note
Co-authored-by: Krystof Woldrich <[email protected]>
1 parent e339fd8 commit 19ff468

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ sentry {
5151
}
5252
```
5353

54-
### Debug and Simulator Builds
54+
### Debug Builds
5555

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.
56+
Note that automatic uploading of source maps for debug 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)