diff --git a/CHANGELOG.md b/CHANGELOG.md index 4945c3376c..ab02d20f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +- [IMPROVEMENT] Always create an ApplicationLaunch view on session initialization. See [#1160][] + # 1.15.0 / 23-01-2023 - [BUGFIX] Fix 'Could not allocate memory' after corrupted TLV. See [#1089][] (Thanks [@cltnschlosser][]) @@ -430,6 +432,7 @@ [#1071]: https://github.com/DataDog/dd-sdk-ios/pull/1071 [#1089]: https://github.com/DataDog/dd-sdk-ios/pull/1089 [#1145]: https://github.com/DataDog/dd-sdk-ios/pull/1145 +[#1160]: https://github.com/DataDog/dd-sdk-ios/pull/1160 [@00fa9a]: https://github.com/00FA9A [@britton-earnin]: https://github.com/Britton-Earnin [@hengyu]: https://github.com/Hengyu diff --git a/docs/rum_collection/data_collected.md b/docs/rum_collection/data_collected.md index 53383bf51a..d5411dca79 100644 --- a/docs/rum_collection/data_collected.md +++ b/docs/rum_collection/data_collected.md @@ -239,3 +239,4 @@ Before data is uploaded to Datadog, it is stored in cleartext in the cache direc [1]: https://docs.datadoghq.com/real_user_monitoring/ios/advanced_configuration/#enrich-user-sessions [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