Skip to content

datadog_flutter_plugin 3.5.0

Latest

Choose a tag to compare

@fuzzybinary fuzzybinary released this 17 Aug 21:22
· 6 commits to develop since this release
datadog_flutter_plugin/v3.5.0
456587f
  • [Android] Prevent native crash when reading RUM context for tracing. See #1106
  • [iOS] Attempt to avoid crashes caused by forced app termination. See #1062
  • Prefer a widget's own tooltip over subtree content for action descriptions.
  • Update Kotlin versions to 2.2.20.
  • Recognize FloatingActionButton in RumUserActionDetector.
  • Use Tooltip message as fallback action description in RumUserActionDetector.
  • Add trackWatchdogTerminations to DatadogRumConfiguration.
  • Upgrade iOS SDK to 3.15.0. For a full list of changes, see the iOS Changelog.
    • Bump KSCrash to 2.5.1.
    • Merge WebView RUM ddtags by key to avoid duplicate keys.
    • onSessionStart is now called only after sampling information used by WebView Tracking is in place, avoiding missing traces in early requests.
  • Upgrade Android SDK to 3.12.1. For a full list of changes see the Android Changelog.
    • Fix clock mismatch in DefaultAppStartTimeProvider app start time computation.
    • Fix R8 failures due to missing SourceLines annotation.