You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was previously using com.datadoghq:datadog-api-client:1.1.0 After upgrading to version 2.28.0 I'm unable to import the class com.datadog.api.client.Configuration. See this error message:
Describe the bug
I was previously using
com.datadoghq:datadog-api-client:1.1.0
After upgrading to version2.28.0
I'm unable to import the classcom.datadog.api.client.Configuration
. See this error message:Expected behavior
Maybe this class has been removed, however in the Datadog documentation it gives an example for this version of the datadog-api-client that has the Configuration import: https://docs.datadoghq.com/api/latest/?s=Configuration.getDefaultApiClient%28%29#client-libraries
Environment and Versions (please complete the following information):
I'm working with Kotlin Gradle app.
The text was updated successfully, but these errors were encountered: