You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/android/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ class MyApplication : Application() {
143
143
SentryAndroid.init(
144
144
this,
145
145
{ options ->
146
-
options.setDsn("___PUBLIC_DSN___")
146
+
options.dsn ="___PUBLIC_DSN___"
147
147
// Add data like request headers, user ip address and device name, see https://docs.sentry.io/platforms/android/data-management/data-collected/ for more info
148
148
options.isSendDefaultPii =true
149
149
// Enable the performance API by setting a sample-rate, adjust in production env
0 commit comments