datadog_flutter_plugin 3.4.0
·
65 commits
to develop
since this release
- Parse route query string into view.url, which allows for searching for query parameters in Datadog with
@view.url_query.*. - Guard against apps using AGP 9 with
buildInKotlinset to false. - Update all gradle files to support AGP 9. See #1059
- Upgrade iOS SDK to 3.13.0. For a full list of changes, see the iOS Changelog.
- Fix several instances where misaligned memory could be loaded without proper checking.
- Upgrade Android SDK to 3.11.0. For a full list of changes see the Android Changelog.
- Report carrier info on Android API 24+.
- Optimize
isMainProcessdetection. - Remove regex usage in
MemoryVitalReader. - Enforce schema character set on
vital.namein Operation APIs. - Write
CUSTOMRUM actions immediately. - Move broadcast-receiver dispatch off the main thread to reduce ANRs.
- Catch exception on the battery level query.
- Atomically write NDK crash logs and catch
NumberFormatException. - Catch
IllegalArgumentExceptionwhen reading trace input stream for last fatal ANR.