dd-sdk-android icon indicating copy to clipboard operation
dd-sdk-android copied to clipboard

Datadog SDK for Android (Compatible with Kotlin and Java)

Results 99 dd-sdk-android issues
Sort by recently updated
recently updated
newest added

### 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...

### Describe the bug We have been seeing a ton of repeated errors like these from our release variant: ``` 20:24:17.556 W [_dd.sdk_core.default]: Batch c4e38407-3402-401c-83e2-171154a9180f [751 bytes] (Traces Request) failed...

bug

### Feature description My use case is that I have independent sources for where some of my attributes come, and where my ID comes from. Whenever each one of those...

enhancement

### Question Hi! We've been discussing with our team what should be the preferred sampling rate for `DataDogInterceptor`. We do track all of our sessions in RUM (`internal const val...

question

### What does this PR do? Add missing tests to get a better coverage of the RUM apis in the Integration Tests

### What does this PR do? Updates Session replay integration test payloads by using the same config of emulator as gitlab ci, and remove all the `@ignore` for SR tests....

### What does this PR do? Sets up the common mechanism for privacy overrides and implements overriding view privacy to `hidden` in the hierarchy. Views will be able to set...

### 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...

### What does this PR do? Adds privacy overrides for images and textAndInput. Api example: `view.setSessionReplayImagePrivacy(privacy: ImagePrivacy?)` `view.setSessionReplayTextAndInputPrivacy(privacy: TextAndInputPrivacy?)` These privacy overrides work on nearest parent - so if you...

### Question Im using `Configuration.Builder(someproperties).build()` to send config info to Datadog RUM. I understand from docs it will take `version` by gradle. But I want to send `versionCode` as well...

question