Skip to content

Commit 467c2b0

Browse files
Add information about missing java stack trace on rn new arch (#5634)
1 parent b770e9f commit 467c2b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/platforms/react-native/troubleshooting.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,7 @@ shellScript = "set -e\nexport SENTRY_PROPERTIES=sentry.properties\nexport EXTRA_
238238
## React Native 0.60.3 Failing Build
239239

240240
React Native 0.60.3 tooling was unexpectedly moving source maps files, which caused the Sentry Gradle plugin to fail. This was fixed in version 0.60.4. For more detailed information, follow the [issue](https://github.com/getsentry/sentry-react-native/issues/2442).
241+
242+
## Missing Java stacktrace on the New Architecture
243+
244+
If you're using the new architecture on React Native, you might be missing the Java stacktrace. Follow the [issue](https://github.com/facebook/react-native/issues/34923) for more information.

0 commit comments

Comments
 (0)