We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sendDefaultPii
1 parent 7f4fd89 commit 3b3dab5Copy full SHA for 3b3dab5
platform-includes/getting-started-config/kotlin.kotlin-multiplatform.mdx
@@ -3,7 +3,10 @@ import io.sentry.kotlin.multiplatform.Sentry
3
4
fun initializeSentry() {
5
Sentry.init { options ->
6
- options.dsn = "___PUBLIC_DSN___"
+ options.dsn = "___PUBLIC_DSN___"]
7
+ // Adds request headers and IP for users, for more info visit:
8
+ // https://docs.sentry.io/platforms/kotlin/guides/kotlin-multiplatform/data-management/data-collected/
9
+ options.sendDefaultPii = true
10
}
11
12
```
0 commit comments