From 0b25dfdcb09bf773e6930ce9d8b18e8d4b229d7a Mon Sep 17 00:00:00 2001 From: Rosa Trieu Date: Tue, 7 Mar 2023 08:05:43 -0800 Subject: [PATCH 1/2] stop data collection note (cherry picked from commit b34050957461a90592d9f8d6d547eac8bde48518) --- docs/rum_collection/data_collected.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/rum_collection/data_collected.md b/docs/rum_collection/data_collected.md index d5411dca79..e52e2076fe 100644 --- a/docs/rum_collection/data_collected.md +++ b/docs/rum_collection/data_collected.md @@ -131,7 +131,7 @@ You can enable [tracking user info][2] globally to collect and apply user attrib | `session.initial_view.name` | string | Name of the initial view of the session. | | `session.last_view.url` | string | URL of the last view of the session. | | `session.last_view.name` | string | Name of the last view of the session. | -| `session.ip` | string | IP address of the session extracted from the TCP connection of the intake. | +| `session.ip` | string | IP address of the session extracted from the TCP connection of the intake. If you want to stop collecting this attribute, change the setting in your [application details][5]. | | `session.useragent` | string | System user agent info to interpret device info. | @@ -240,3 +240,4 @@ Before data is uploaded to Datadog, it is stored in cleartext in the cache direc [2]: https://docs.datadoghq.com/real_user_monitoring/ios/advanced_configuration/#track-user-sessions [3]: https://support.apple.com/guide/security/security-of-runtime-process-sec15bfe098e/web [4]: https://developer.apple.com/documentation/uikit/app_and_environment/responding_to_the_launch_of_your_app/about_the_app_launch_sequence +[5]: https://docs.datadoghq.com/data_security/real_user_monitoring/#ip-address From 8f9b385220ac9a20b6f26186c8550a6fb08885db Mon Sep 17 00:00:00 2001 From: Rosa Trieu Date: Tue, 7 Mar 2023 09:53:06 -0800 Subject: [PATCH 2/2] Note about how to stop collecting geolocation data (cherry picked from commit 9516c8ec28d6f24425d03129cb43016a5713b112) --- docs/rum_collection/data_collected.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/rum_collection/data_collected.md b/docs/rum_collection/data_collected.md index e52e2076fe..749b04266e 100644 --- a/docs/rum_collection/data_collected.md +++ b/docs/rum_collection/data_collected.md @@ -83,7 +83,9 @@ The following OS-related attributes are attached automatically to all events col ### Geo-location -The following attributes are related to the geo-location of IP addresses: +The below attributes are related to the geo-location of IP addresses. + +**Note:** If you want to stop collecting geo-location attributes, change the setting in your [application details][6]. | Fullname | Type | Description | |------------------------------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------| @@ -241,3 +243,4 @@ Before data is uploaded to Datadog, it is stored in cleartext in the cache direc [3]: https://support.apple.com/guide/security/security-of-runtime-process-sec15bfe098e/web [4]: https://developer.apple.com/documentation/uikit/app_and_environment/responding_to_the_launch_of_your_app/about_the_app_launch_sequence [5]: https://docs.datadoghq.com/data_security/real_user_monitoring/#ip-address +[6]: https://docs.datadoghq.com/data_security/real_user_monitoring/#geolocation \ No newline at end of file