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
Instead of using the defaultTelemetryProviders I'm only interested in EnvironmentParameterProvider and PlatformContextProvider, but they are now internal so I can't simply add this .providers(listOf(EnvironmentMetadataProvider(), PlatformContextProvider())) to the builder class.