Releases: DataDog/dd-sdk-ios
Releases · DataDog/dd-sdk-ios
2.0.0
Release 2.0
introduces breaking changes. Follow the Migration Guide to upgrade from 1.x
versions.
Features
- Mobile Session Replay (in Beta)
- Support multiple SDK instances
Improvements
- All relevant products (RUM, Trace, Logs, etc.) are now extracted into different modules
Bug Fixes
- Module stability: fix name collision
1.22.0
2.0.0-beta1
Breaking Changes
This major version include breaking changes, please follow the Migration guide for more details.
1.21.0
1.20.0
1.19.0
1.18.0
1.17.0
Bug Fixes
- Fix crash in
VitalInfoSampler
. See #1216 (Thanks @cltnschlosser) - Send crashes to both RUM and Logs. See #1209
Improvements
- Fix Xcode analysis warning. See #1220
1.16.0
Bug Fixes
- Remove the data race caused by sampling on the RUM thread. See #1177 (Thanks @cltnschlosser)
- Add ability to adjust configuration telemetry sampling rate. See #1188
Improvements
- Always create an ApplicationLaunch view on session initialization. See #1160