@grafana/faro-web-sdk
Version:
Faro instrumentations, metas, transports for web.
4 lines (3 loc) • 361 B
TypeScript
export { SessionInstrumentation } from './instrumentation';
export { MAX_SESSION_PERSISTENCE_TIME, PersistentSessionsManager, SESSION_EXPIRATION_TIME, SESSION_INACTIVITY_TIME, STORAGE_KEY, STORAGE_UPDATE_DELAY, VolatileSessionsManager, defaultSessionTrackingConfig, isSampled, } from './sessionManager';
export type { FaroUserSession } from './sessionManager';