Releases: DataDog/dd-sdk-flutter
Releases · DataDog/dd-sdk-flutter
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
datadog_grpc_interceptor 1.0.0-beta.2
- Send trace sample rate (
_dd.rule_psr
) for APM's traffic ingestion control page. - Support for OTel
b3
and W3Ctracecontext
header injection
datadog_tracking_http_client 1.2.0
- 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
datadog_flutter_plugin 1.2.1
- Remove reference to a gradle file that was not included in
pub deploy
datadog_flutter_plugin 1.2.0
- 🔥 BREAKING - Log functions (
debug
,info
,warn
) now useattributes
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.
- Logs: Make a local copy of tags before creating
- 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
- Fix a build issue on Android. See #277
datadog_flutter_plugin 1.1.0
- 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
- Update Android SDK to 1.14.1
- Add CPU architecture to the collected device information.
datadog_tracking_http_client 1.1.0
- Minor documentation update to clarify 1.1.x / 1.0.x changes