---
title: "Data Collected"
description: "See what data is collected by the Sentry SDK."
url: https://docs.sentry.io/platforms/kotlin/guides/kotlin-multiplatform/data-management/data-collected/
---

# Data Collected | Sentry for Kotlin Multiplatform

Sentry takes data privacy very seriously and has default settings in place that prioritize data safety, especially when it comes to personally identifiable information (PII) data. When you add the Sentry SDK to your application, you allow it to collect data and send it to Sentry during the runtime of your application.

The category types and amount of data collected vary, depending on the integrations you've enabled in the Sentry SDK. By default the Kotlin Multiplatform SDK will collect data as specified by the used native SDKs.

Many of the categories listed require you to set [`sendDefaultPii: true`](https://docs.sentry.io/platforms/kotlin/guides/kotlin-multiplatform/configuration/options.md#sendDefaultPii) in your `Sentry.init` config.

The `sendDefaultPii` option is available since KMP SDK version `0.13.0`.

Read the documentation of the native SDKs for more details.

* [Apple](https://docs.sentry.io/platforms/apple/data-management/data-collected.md)
* [Android](https://docs.sentry.io/platforms/android/data-management/data-collected.md)
* [Java](https://docs.sentry.io/platforms/java/data-management/data-collected.md)
