Nikita Ogorodnikov
Nikita Ogorodnikov
## Description In Datadog we [have instrumentation](https://github.com/DataDog/dd-sdk-android/blob/ab6f38f5b8ddf8d9f500d4043ef8ac77b2cf8ca1/integrations/dd-sdk-android-glide/src/main/kotlin/com/datadog/android/glide/DatadogGlideModule.kt) for Glide by the means of creating `DatadogGlideModule` which inherits from `AppGlideModule`. Customers can extend `DatadogGlideModule` instead of `AppGlideModule` and get their Glide...
### 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...
### 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)...
This PR adds test reporter for Kotlin/JS. It is based on [XUnit](https://mochajs.org/#xunit) reporter provided by Mocha - XML will be generated anyway, irrespective of the `TestModule.testReportXml` option, because structured output...
### 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...