Releases: DataDog/dd-sdk-ios
Releases · DataDog/dd-sdk-ios
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
1.15.0
1.14.0
1.13.0
Improvements
- Improve console logs when using
DDNoopRUMMonitor
. #1007 (Thanks @dfed) - Add public API to control tracking of frustrations signals. #1013
- Send trace sample rate (
dd.rulePsr
) for APM's traffic ingestion control page. #1029 - Add a method to add user info properties. #1031
Bug Fixes
- Fix vitals default presets. #1043
1.12.1
1.12.0
Features
- Allow filtering outgoing logs with a status threshold. #867
Improvements
- Enable cross-platform SDKs to change app version. #973
- Add internal APIs for cross-platform SDKs. #964
- Add mobile vitals frequency configuration. #876
- Include the exact model information in RUM device.model. #888
- Expose server date provider for custom clock synchronisation. #950
Bug Fixes
- Fix compilation issue in SwiftUI Previews. #949
- Fix manual User Action dropped if a new view start. #997
1.12.1
.
1.12.0-beta3
Features
- RUMM-2350 Detect error tap furstration by @maxep in #963
- RUMM-2381 Add internal proxy API for customising app
version
by @ncreated in #973
Improvements
- Update to version 2.1.0 of testing framework by @nachoBonafonte in #962
- RUMM-2425 Increase event size limit by @plousada in #969
New Contributors
Full Changelog: 1.12.0-beta2...1.12.0-beta3
1.12.0-beta2
Internal enhancements.
1.12.0-beta1
Beta release bringing new APIs and internal enhancements.
Bug Fixes
- Fix compilation issue in SwiftUI Previews. See #949 (Thanks @dimitribouniol 🍻)