We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d142a commit cedd24aCopy full SHA for cedd24a
samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/MainApplication.kt
@@ -52,8 +52,7 @@ class MainApplication :
52
53
private fun initializeSentry() {
54
RNSentrySDK.init(this) { options ->
55
- // Only options set here will apply to the Android SDK
56
- // Options from JS are not passed to the Android SDK when initialized manually
+ // Options set here will apply to the Android SDK overriding the ones from `sentry.options.json`
57
options.dsn = "https://[email protected]/5428561"
58
options.isDebug = true
59
0 commit comments