dd-sdk-android
dd-sdk-android copied to clipboard
Datadog SDK for Android (Compatible with Kotlin and Java)
### What does this PR do? * Adds new method to the `TimeProvider` allowing to get the amount of time (in milliseconds) since process start. The api for that was...
### What does this PR do? Adding `vitalAppLaunchEventMapper` similar to `vitalOperationStepEventMapper` now that app launch vital events have a separate type. ### Motivation What inspired you to submit this pull...
Some test files have an assertion like: ```kotlin Assertions.assertThat(result).isEqualTo(result) ``` This will always be true, so all the tests will pass. It's easy to find them; search for the previous...
### 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...
### Feature description On version 2.* you could set the customEndpointUrl to https://example.com, and the SDK would append `/api/v2/logs/`. This has changed in version 3.*, but there is no mention...
### What does this PR do? This change reduces the number of job declarations for the Gitlab CI by using `parallel>matrix` operator. ### Review checklist (to be filled by reviewers)...
### What does this PR do? The same as https://github.com/DataDog/dd-sdk-android/pull/2718, just branch moved directly to the repo. ### Review checklist (to be filled by reviewers) - [ ] Feature or...
### Feature description I am looking for a feature similar to the one that was described in this question: https://github.com/DataDog/dd-sdk-android/issues/2441 > I am trying to configure the HTTP client error...
### Feature description I am currently using Coil and DatadogCoilRequestListener in my project. I'd like to upgrade to Coil3; however, it appears that `DatadogCoilRequestListener` currently does not support `coil3.request.ImageRequest`. When...