Releases: DataDog/dd-sdk-android
Releases · DataDog/dd-sdk-android
1.11.0-rc1
- [BUGFIX] RUM: Fix Memory Vital downscaled on Android
- [BUGFIX] RUM: Prevent potential crash in DatadogExceptionHandler #749 (Thanks @ribafish)
- [BUGFIX] RUM: Prevent potential crash in WindowCallbackWrapper
- [BUGFIX] RUM: Prevent potential crash NdkCrashReportsPlugin
- [BUGFIX] RUM: Ensure all crash information are saved
- [BUGFIX] Global: Prevent crash on init on KitKat devices #678 (Thanks @eduardb)
- [FEATURE] RUM: Add new Mobile Vitals attributes
- [FEATURE] RUM: Adds an optional
RumSessionListener
in theRumMonitor.Builder
to know when a session starts, and what its UUID is - [FEATURE] Global: Allow user to set a custom proxy for data intake #592 (Thanks @ruXlab)
- [IMPROVEMENT] RUM: Associate Logs and Traces with RUM Action
- [IMPROVEMENT] RUM: Tag RUM Resources as
native
by default (instead ofxhr
) - [IMPROVEMENT] RUM: Sanitize NDK crash stacktraces
- [IMPROVEMENT] Global: Update the intake request for Datadog's API v2
- [IMPROVEMENT] Global: Add support to US5 endpoint
- [IMPROVEMENT] RUM: Prevent Get leaking memory with OkHttp ResponseBody objects
- [IMPROVEMENT] RUM: Add an action predicate to rename the action target
1.11.0-beta1
:bookmark: Bump to version 1.11.0-beta1
1.10.0
1.10.0-rc1
- [BUGFIX] Global: Fix crash when using old OkHttp dependency #658 (Thanks @JessicaYeh)
- [BUGFIX] Global: Prevent retrying endlessly data upload when Client Token is invalid
- [BUGFIX] Global: Support using DD Android SDK with Java 11
- [BUGFIX] RUM: Ensure all crashes are reported to RUM
- [FEATURE] APM: Add Data Scrubbing for Spans
- [FEATURE] RUM: Detect ANR
- [FEATURE] RUM: Track Memory and CPU usage, as well as views' refresh rate
- [FEATURE] RUM: Track Actions, Resources and Errors when the application is in background (see
Configuration.Builder().trackBackgroundRumEvents(true).build()
) - [FEATURE] RUM: Add data scrubbing for Long Tasks
- [IMPROVEMENT] RUM: Replace all
other
orunknown
resources with xhr (ensuring end-to-end trace is enabled) - [IMPROVEMENT] RUM: Let children events have the proper view.name attribute
- [IMPROVEMENT] RUM: Keep all custom Action even when a previous action is still active
- [IMPROVEMENT] Global: Update available endpoints (and match documentation names:
US1
,US3
,US1_FED
andEU1
) - [IMPROVEMENT] Global: All user info should be in usr.*
1.10.0-beta2
:bookmark: Bump to version 1.10.0-beta2
1.10.0-beta1
:bookmark: Bump to version 1.10.0-beta1
1.9.0
1.9.0-rc1
- [BUGFIX] APM: Fix network tracing inconsistencies
- [BUGFIX] APM: Fix span with custom
MESSAGE
field #522 (Thanks @JessicaYeh) - [BUGFIX] Logs: Fix tag name in Timber
DatadogTree
#483 (Thanks @cfa-eric) - [BUGFIX] RUM: Ensure View linked events count is correct when events are discarded
- [FEATURE] RUM: Detect Long Tasks (tasks blocking the main thread)
- [FEATURE] RUM: add a callback to enrich RUM Resources created from OkHttp Requests
- [IMPROVEMENT] RUM: Remove the "Application crash detected" prefix and ensure the message is kept
- [IMPROVEMENT] RUM: Add warning when a RUM Action is dropped
1.9.0-beta1
:bookmark: Bump to version 1.9.0-beta1
1.8.0 (Moving to Maven Central)
1.8.0-maven Update build.gradle files