Amir Ziarati
Results
1
comments of
Amir Ziarati
as a temporary workaround i used a wrapper class that checks for datadog initialization on every request rather than only once during initialization. ``` class DatadogInterceptorWrapper( private val datadogInterceptor: DatadogInterceptor,...