Releases: DataDog/dd-sdk-flutter
Releases · DataDog/dd-sdk-flutter
datadog_flutter_plugin 1.5.0
- Use
PlatformDispatcher.onError
overrunZonedGuarded
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
- Another attempt to fix the cash on exit on iOS. See #414
datadog_flutter_plugin 1.4.0
- Add the ability to stop a RUM session. A new session is started on the next user interaction or on the next view start. See #147
- Increase minimum Flutter version to 3.0, Dart 2.17. See #386
- Update Android SDK to 1.19.0. For a full list of changes see https://github.com/DataDog/dd-sdk-android/releases/tag/1.19.0
- Update iOS SDK to 1.19.0. For a full list of changes see https://github.com/DataDog/dd-sdk-ios/releases/tag/1.19.0
datadog_flutter_plugin 1.3.3
- Fix a crash on exit on iOS. See #390
datadog_webview_tracking 1.0.0
- Initial release
datadog_flutter_plugin 1.3.2
- 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, includingBottomNavigationBar
,Tab
,Switch
, andRadio
- Remove an extra call to
FlutterError.presentError
made inrunApp
. See #358 - Set
sessionReplaySampleRate
to 0 during initialization for Browser as Session Replay is not supported. - Support
errorType
onDdRum.addError
andDdRum.addErrorInfo
. See #372
datadog_flutter_plugin 1.2.3
- Fix
b3
andtracecontext
using incorrect Trace and Span ids during request tracking.
datadog_tracking_http_client 1.2.1
- Fix an invalid assertion when processing stream errors. See #355
datadog_flutter_plugin 1.2.2
- Potentially fix a crash on exit on iOS. See #341
datadog_tracking_http_client 1.0.2
- 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 W3Ctracecontext
header injection