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? This test takes almost 1 minute to do 16 repetitions. Cutting it down to 4 repetitions. ### Review checklist (to be filled by reviewers)...

### What does this PR do? Adds a TouchPrivacy api. For the moment this api is internal, and will become public later. Possible values for touch: `SHOW` - record all...

### What does this PR do? Adds following interface into SDK core: * BenchmarkCounter * BenchmarkGauge * BenchmarkProfiler * BenchmarkSpan * BenchmarkTracer Adds an object class to for BenchmarkProfiler *...

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

Hello, Since the migration to Datadog v2.0.0 on Android, we're facing a new crash happening on devices on Android 10. Stack Trace: ``` Fatal Exception: java.lang.RuntimeException: Unable to get provider...

bug

### What does this PR do? • Adds apis to manually start and stop session replay SessionReplay.stopRecording() SessionReplay.startRecording • Adds an option to SessionReplayConfiguration so that users can choose to...

### Describe the bug The `tag` parameters is ignored inside `DatadogTree.log` merthod ### Reproduction steps ```kotlin Timber .tag("tag") .w("message") ``` ### Logcat logs message ### Expected behavior tag message ###...

bug

### Question We are using Datadog as an observability tool within Android application. The code is enabled only for prod versions. I can see all the RUM events and sessions...

question

### Question Hello DataDog Team, I hope this finds you well. I integrated mobile session replay in an app which uses a mix of compose and fragments. While watching the...

question

### What does this PR do? Removes log and trace articles that have been un-single sourced from this repo. They now live in: - https://docs.datadoghq.com/logs/log_collection/android/ - https://docs.datadoghq.com/tracing/trace_collection/automatic_instrumentation/dd_libraries/android/ ### Motivation What...