Skip to content

datadog_flutter_plugin 3.4.0

Choose a tag to compare

@fuzzybinary fuzzybinary released this 08 Jul 18:57
· 65 commits to develop since this release
datadog_flutter_plugin/v3.4.0
9d9d30e
  • 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 buildInKotlin set 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 isMainProcess detection.
    • Remove regex usage in MemoryVitalReader.
    • Enforce schema character set on vital.name in Operation APIs.
    • Write CUSTOM RUM 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 IllegalArgumentException when reading trace input stream for last fatal ANR.