File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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/)
You can’t perform that action at this time.
0 commit comments