Skip to content

Commit cedd24a

Browse files
committed
Fix comment
1 parent 25d142a commit cedd24a

File tree

1 file changed

+1
-2
lines changed
  • samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample

1 file changed

+1
-2
lines changed

samples/react-native/android/app/src/main/java/io/sentry/reactnative/sample/MainApplication.kt

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ class MainApplication :
5252

5353
private fun initializeSentry() {
5454
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
55+
// Options set here will apply to the Android SDK overriding the ones from `sentry.options.json`
5756
options.dsn = "https://[email protected]/5428561"
5857
options.isDebug = true
5958

0 commit comments

Comments
 (0)