UNPKG

@embrace-io/web-sdk

Version:
6 lines 748 B
import { NoOpUserSessionManager } from "./NoOpUserSessionManager/NoOpUserSessionManager.js"; import "./NoOpUserSessionManager/index.js"; import { ProxyUserSessionManager } from "./ProxyUserSessionManager/ProxyUserSessionManager.js"; import "./ProxyUserSessionManager/index.js"; import { PropertyOptions, ReasonSessionEnded, SessionPartEndReason, SessionPartStartReason, SessionPartStartedEvent, StartSessionOptions, UserSessionEndReason, UserSessionManager } from "./types.js"; export { NoOpUserSessionManager, type PropertyOptions, ProxyUserSessionManager, type ReasonSessionEnded, type SessionPartEndReason, type SessionPartStartReason, type SessionPartStartedEvent, type StartSessionOptions, type UserSessionEndReason, type UserSessionManager };