Skip to content

Releases: DataDog/dd-sdk-flutter

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

datadog_grpc_interceptor 1.0.0-beta.2

26 Jan 15:02
Compare
Choose a tag to compare
  • Send trace sample rate (_dd.rule_psr) for APM's traffic ingestion control page.
  • Support for OTel b3 and W3C tracecontext header injection

datadog_tracking_http_client 1.2.0

25 Jan 20:00
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

datadog_flutter_plugin 1.2.1

25 Jan 21:47
Compare
Choose a tag to compare
  • Remove reference to a gradle file that was not included in pub deploy

datadog_flutter_plugin 1.2.0

25 Jan 18:17
Compare
Choose a tag to compare
  • 🔥 BREAKING - Log functions (debug, info, warn) now use attributes as a named argument instead of a positional argument.
  • Allow errors to be sent on all log functions. See #264
  • Disable tracing by default in iOS. Silences a benign warning from the SDK. See #280
  • Add ability to modify logs before send with logEventMapper
  • Allow setting sdkVerbosity prior to calling DatadogSdk.runApp
  • Update Android SDK to 1.16.0
    • Logs: Make a local copy of tags before creating LogEvent.
    • RUM: Synchronize access to DatadogRumMonitor#rootScope when processing fatal error.
    • Logs: Add device.architecture to logs.
    • Logs: Add a logger method to log error information from strings.
    • RUM: Add frustration signal 'Error Tap'.
    • RUM: Report frustration count on views.
    • RUM: Create internal API for sending technical performance metrics.
  • Update iOS SDK to 1.14.0
    • Add a method for sending error attributes on logs as strings
    • Add a method to add user info properties.

datadog_flutter_plugin 1.1.1

10 Nov 16:34
Compare
Choose a tag to compare
  • Fix a build issue on Android. See #277

datadog_flutter_plugin 1.1.0

09 Nov 20:23
Compare
Choose a tag to compare
  • Add methods for attaching to existing instances of the DatadogSdk for "add-to-app" scenarios.
  • Add addUserExtraInfo method for providing extra user attributes without overwriting other user info. See #254
  • Add RumConfiguration.vitalUpdateFrequency to allow control over how often the Native SDKs query for vitals (CPU and memory usage).
  • Fix a crash caused by attempting to send logs while an app was terminating See #271

datadog_flutter_plugin 1.0.1

29 Sep 08:36
Compare
Choose a tag to compare
  • Update Android SDK to 1.14.1
    • Add CPU architecture to the collected device information.

datadog_tracking_http_client 1.1.0

21 Sep 00:24
Compare
Choose a tag to compare
  • Minor documentation update to clarify 1.1.x / 1.0.x changes