dd-sdk-android
dd-sdk-android copied to clipboard
Datadog SDK for Android (Compatible with Kotlin and Java)
### What does this PR do? Our previous mechanism of copying a drawable's content was performed on the main thread. When starting an app, this would create a lot of...
### What does this PR do? Add progress bar mapper to track those
### What does this PR do? Use the datastore from Session Replay, so that resource hashes are persisted between sessions. ### Motivation The second part of the effort to persist...
### What does this PR do? Adds the capability to write/read files in TLVformat, and defines a DataStore type that features can use to persist data between sessions. ### Motivation...
### Question We are tracking views using GlobalRumMonitor.get().startView(viewKey, viewName, viewAttributes) within Android Application. We got requirement to track multiple views which performs certain actions under one service/tag. The above can...
### Describe the bug During events analysis at the Datadog console, we've noticed that some RUM custom action events, tracked from our Android app, are missing. Later, going through Android...
### What does this PR do? A brief description of the change being made with this pull request. ### Motivation What inspired you to submit this pull request? ### Additional...
Thanks for taking the time for reporting an issue! **Describe what happened** View Name or Class Name is obfuscated in DataDog Rum View Dashboard. **Steps to reproduce the issue:** 1....
### Stack trace ``` at com.datadog.android.core.internal.persistence.file.advanced.FeatureFileOrchestrator. (FeatureFileOrchestrator.java:47) at com.datadog.android.core.internal.SdkFeature.createFileStorage (SdkFeature.java:262) at com.datadog.android.core.internal.SdkFeature.prepareStorage (SdkFeature.java:235) at com.datadog.android.core.internal.SdkFeature.initialize (SdkFeature.java:80) at com.datadog.android.core.DatadogCore.registerFeature (DatadogCore.kt:134) at com.datadog.android.rum.Rum.enable (Rum.java:61) at com.datadog.android.rum.Rum.enable$default (Rum.java:35) at com.traveloka.android.datadog.DatadogUtil.initializeRUM (DatadogUtil.kt:106) ... ```...
### What does this PR do? This PR updates OkHttp version to 4.12.0, changelog is here https://square.github.io/okhttp/changelogs/changelog_4x/ ### Review checklist (to be filled by reviewers) - [ ] Feature or...