Closed vytautas-pranskunas- closed 2 years ago
While not getting response regarding this bug: https://github.com/GetDutchie/datadog_flutter/issues/64 I had to dig deeper into datadog java code regarding this error:
It appears that Enums that you are using in stopResoureceLoading are lowercased and in datadog java sdk all enums are uppercased: https://github.com/DataDog/dd-sdk-android/blob/2b9d9cce4d3e557bcf2881ae3613668923bcb7e1/dd-sdk-android/apiSurface (search for enum com.datadog.android.rum.RumResourceKind) When added upercase FETCH problem was gone. Please update default value and documentation
PRs are open!
Being addressed in #69
While not getting response regarding this bug: https://github.com/GetDutchie/datadog_flutter/issues/64 I had to dig deeper into datadog java code regarding this error:
It appears that Enums that you are using in stopResoureceLoading are lowercased and in datadog java sdk all enums are uppercased: https://github.com/DataDog/dd-sdk-android/blob/2b9d9cce4d3e557bcf2881ae3613668923bcb7e1/dd-sdk-android/apiSurface (search for enum com.datadog.android.rum.RumResourceKind) When added upercase FETCH problem was gone. Please update default value and documentation