Skip to content

Commit e205dec

Browse files
committed
Update docs
1 parent 55dfc74 commit e205dec

File tree

1 file changed

+3
-1
lines changed
  • sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform

1 file changed

+3
-1
lines changed

sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform/SentryOptions.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,11 @@ public open class SentryOptions {
192192
public var sessionReplay: SentryReplayOptions = SentryReplayOptions()
193193

194194
/**
195-
* Set this option to true to send default PII data to Sentry.
195+
* If this flag is enabled, certain personally identifiable information (PII) is added by active integrations.
196196
* Among other things, enabling this will enable automatic IP address collection on events.
197197
*
198+
* If you enable this option, be sure to manually remove what you don't want to send using our features for managing sensitive data.
199+
*
198200
* For further details, refer to the documentation in the respective native SDKs:
199201
* - [Cocoa](https://docs.sentry.io/platforms/apple/data-management/data-collected/)
200202
* - [Android](https://docs.sentry.io/platforms/android/data-management/data-collected/)

0 commit comments

Comments
 (0)