Skip to content

Releases: DataDog/dd-sdk-flutter

datadog_flutter_plugin 1.5.0

30 May 12:36
26c6287
Compare
Choose a tag to compare
  • Use PlatformDispatcher.onError over runZonedGuarded for automatic error tracking and to avoid a Zone mismatch exception in Flutter 3.10. See [#416]
  • Increase minimum Flutter version to 3.3, Dart 2.18, fully support Futter 3.10 / Dart 3
  • Another attempt to fix the crash on exit on iOS. See [#414]
  • Fix an issue where calls into Datadog would not provide accurate stack traces.

datadog_flutter_plugin 1.3.4

25 May 12:20
c90c6ef
Compare
Choose a tag to compare
  • Another attempt to fix the cash on exit on iOS. See #414

datadog_flutter_plugin 1.4.0

27 Apr 18:54
6242fff
Compare
Choose a tag to compare

datadog_flutter_plugin 1.3.3

25 Apr 20:59
Compare
Choose a tag to compare
  • Fix a crash on exit on iOS. See #390

datadog_webview_tracking 1.0.0

31 Mar 19:35
Compare
Choose a tag to compare

datadog_flutter_plugin 1.3.2

31 Mar 03:26
Compare
Choose a tag to compare
  • Add Web View tracking through the webview_flutter package.
  • Bind consolePrint callback earlier in iOS to make sure initialization errors can be seen in the console. See #328
  • Fix version not properly populating on Flutter Web. See #334
  • Improve RumUserActionDetector to detect more widgets, including BottomNavigationBar, Tab, Switch, and Radio
  • Remove an extra call to FlutterError.presentError made in runApp. See #358
  • Set sessionReplaySampleRate to 0 during initialization for Browser as Session Replay is not supported.
  • Support errorType on DdRum.addError and DdRum.addErrorInfo. See #372

datadog_flutter_plugin 1.2.3

20 Mar 19:19
Compare
Choose a tag to compare
  • Fix b3 and tracecontext using incorrect Trace and Span ids during request tracking.

datadog_tracking_http_client 1.2.1

09 Mar 13:17
Compare
Choose a tag to compare
  • Fix an invalid assertion when processing stream errors. See #355

datadog_flutter_plugin 1.2.2

09 Mar 13:17
Compare
Choose a tag to compare
  • Potentially fix a crash on exit on iOS. See #341

datadog_tracking_http_client 1.0.2

26 Jan 20:35
Compare
Choose a tag to compare
  • Add methods for enabling the DatadogTrackingHttpClient in add-to-app scenarios.
  • Send trace sample rate (dd.rule_psr) for APM's traffic ingestion control page.
  • Added DatadogClient for use with the http pub package.
  • Fix an issue where convenience methods on DatadogTrackingHttpClient weren't being tracked properly
  • Support for OTel b3 and W3C tracecontext header injection