Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry Pick Doc updates into Master #1199

Merged
merged 2 commits into from
Mar 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/rum_collection/data_collected.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|------------------------------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down Expand Up @@ -131,7 +133,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. |


Expand Down Expand Up @@ -240,3 +242,5 @@ 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
[6]: https://docs.datadoghq.com/data_security/real_user_monitoring/#geolocation