SessionId is missing when OpenTelemetryRumBuilder.buil() is used instead of the new OpenTelemetryRumInitializer.initialize function.
It seems the SessionProvider is missing. But to set the session provider manually there is no SessionProvider implementation available. The existing implementationSessionManager is an internal class so it is not accessible.
SessionId is missing when
OpenTelemetryRumBuilder.buil()is used instead of the newOpenTelemetryRumInitializer.initializefunction.It seems the
SessionProvideris missing. But to set the session provider manually there is no SessionProvider implementation available. The existing implementationSessionManageris an internal class so it is not accessible.