Replies: 1 comment 4 replies
-
Hi, You are right, the But you can the other option and add the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm watching this document and try to add java source context for my project.
In the document, sentry said that adding bundleId is required, like
options.addBundleId("A_VALID_UUID");
.But, in the sentry-react-native repository, I could not find the option for adding bundleId. Is there any mistake for me or missing contents?
I already checked that java source context feature is added in sentry-java v6.22.0, and my project's sentry-react-native version(v5.7.1) is using upper sentry-java version.
Beta Was this translation helpful? Give feedback.
All reactions