UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

6 lines 470 B
export { PersistentSessionsManager } from './PersistentSessionsManager'; export { VolatileSessionsManager } from './VolatileSessionManager'; export { MAX_SESSION_PERSISTENCE_TIME, SESSION_EXPIRATION_TIME, SESSION_INACTIVITY_TIME, STORAGE_KEY, STORAGE_UPDATE_DELAY, defaultSessionTrackingConfig, } from './sessionConstants'; export { isSampled } from './sampling'; export { getSessionManagerByConfig } from './getSessionManagerByConfig'; //# sourceMappingURL=index.js.map