datadog_flutter_plugin 1.0.0-beta.2
datadog_flutter_plugin: ^1.0.0-beta.2 copied to clipboard
Flutter bindings and tools for utilizing Datadog Mobile SDks
Changelog #
1.0.0-beta.2 #
- Update iOS SDK to 1.11-rc1
- Allow manually tracked resources in RUM Sessions to detect first party hosts.
- Better error message when encountering an invalid token (Fixes #117)
- Fix RUM events to support configured
sourceproperty. - For a full list of changes, see the iOS Changelog.
- Added
datadogReportingThresholdtoLoggingConfigurationto support only sending logs above a certain threshold to Datadog. - Add support for setting a tracing sample rate for RUM.
- Expose
DdLogsthrough the main package import. Added documentation to DdLogs. - Added initial Flutter Web features and tests. Note: Flutter Web is not ready for production use.
1.0.0-beta.1 #
- Update iOS SDK to 1.11-beta2
- Stop reporting pre-warmed application launch time.
- Reduce the number of intermediate view events sent in RUM payloads.
- For a full list of changes, see the iOS Changelog.
- Send
firstPartyHoststo Native SDKs during initialization. MakefirstPartyHostsproperty on read onlyDatadogSdkread only. - π₯ Breaking! - Deprecated non-RUM resource tracing.
- Properly report
sourceas Flutter on iOS.
1.0.0-alpha.2 #
- Cancel spans on DatadogTrackingHttpClient when RUM is enabled (prevent spans from leaking native resources)
- Remove native view tracking (Activities and Fragments) from Android by default
- Add support for creating multiple named loggers:
DatadogSdk.createLoggerandLoggingConfiguration.loggerName - Add support for configuring whether loggers send data to Datadog:
LoggingConfiguration.sendLogsToDatadog - π₯ Breaking! - Removed
DdSdkConfiguration.trackHttpClient. This has been replaced with a standalonedatadog_tracking_http_clientpackage. - π₯ Breaking! -
DdSdkConfiguration.siteis now a required parameter and no longer defaults toDatadogSite.us1
1.0.0-alpha.1 #
- Support for Logging, Tracing (including Datadog Distributed Tracing) and RUM
- iOS Support with Datadog SDK for iOS 1.9.0
- Android Support with Datadog SDK for Android 1.12.0-alpha2
- Automatically track network requests with
DatadogTrackingHttpClient - Error reporting for iOS, Android, and Android NDK crashes.