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/security-legal-pii/security/mobile-privacy.mdx
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,11 @@ Sentry collects only the data that you configure to be sent to Sentry. This is t
13
13
14
14
### Does that data include any personally identifiable information (PII)?
15
15
16
-
Data collected by Sentry does not, by default, include any PII. However, you can augment the data sent to Sentry with additional context and metadata, including user names, email addresses, or by attaching files such as logs or crash reports.
16
+
By default, Sentry uses randomly generated IDs as [described below](#does-sentry-use-the-device-id-to-identify-a-user). You can also augment data sent to Sentry with additional context and meta data, including user names, email addresses, or by attaching files such as logs or crash reports. This data, alone or in combination with other data, may constitute PII if it identifies, directly or indirectly, an individual.
17
+
18
+
### Does Sentry use the device ID to identify a user?
19
+
20
+
No. Sentry on Mobile doesn't use device ID such as `Secure.ANDROID_ID` and `advertisingIdentifier` on iOS. Instead, it uses IDs which are randomly generated per device, per app, and per installation, and therefore can't be used to identify a single device across application installations. When an application is reinstalled, a new ID is generated. Since these IDs are solely used to provide approximate statistical information as part of the application monitoring service, it serves that purpose. It's required, for example, for [Crash Free Session and User Rates](/product/releases/health/#crash-free-sessionsusers), as well as to indicate the [impact of issues based on number of events vs affected users](https://docs.sentry.io/product/issues/issue-details/#trends--aggregates).
17
21
18
22
### What does Sentry do with the data it collects?
19
23
@@ -27,7 +31,7 @@ Yes, Sentry is a third-party partner whose code (SDKs) you integrate in your app
27
31
28
32
### What do I need to disclose to Apple?
29
33
30
-
You would need to disclose all types of data you are collecting through your app, including data you are sending to Sentry. In the example above, this could include “Contact Info” or “Identifiers”, but don’t forget to include any other categories of data that you are collecting or have configured the SDKs to send to Sentry.
34
+
You would need to disclose all types of data you are collecting through your app, including data you are sending to Sentry. In the example above, this could include “Contact Info” or “Identifiers”, but don't forget to include any other categories of data that you are collecting or have configured the SDKs to send to Sentry.
By default, Sentry does not collect any PII from children. However, if your app is targeted to children and you configure Sentry to collect PII, then Sentry would collect the elements that you’ve designated. You would remain responsible for obtaining any appropriate parental consents with respect to the PII you collect from your users and subsequently send to Sentry. You would also remain responsible for declaring your app’s target age group to Google Play.
52
+
By default, Sentry does not collect any PII from children. However, if your app is targeted to children and you configure Sentry to collect PII, then Sentry would collect the elements that you've designated. You would remain responsible for obtaining any appropriate parental consents with respect to the PII you collect from your users and subsequently send to Sentry. You would also remain responsible for declaring your app's target age group to Google Play.
0 commit comments