DataDog / dd-sdk-android

Datadog SDK for Android (Compatible with Kotlin and Java)
Apache License 2.0
140 stars 56 forks source link

RUM-4822 Allow adding Interceptor in internal OkHttpClient #2098

Closed xgouchet closed 2 weeks ago

xgouchet commented 2 weeks ago

What does this PR do?

Let customers add Interceptor (e.g.: DatadogInterceptor) to monitor the internal OkHttp Client used to upload batches to Datadog.

[!NOTE] This will be part of a debug version of the SDK to help our customer regarding Incident 27794, and won't be merged into develop in the current state.