Skip to content

Commit

Permalink
stop data collection note
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrieu committed Mar 7, 2023
1 parent 0d273cf commit b340509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/rum_collection/data_collected.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |


Expand Down Expand Up @@ -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

0 comments on commit b340509

Please sign in to comment.