@grafana/faro-web-sdk
Version:
Faro instrumentations, metas, transports for web.
11 lines • 798 B
JavaScript
export { SessionInstrumentation } from './session';
export { ConsoleInstrumentation } from './console';
export { buildStackFrame, ErrorsInstrumentation, getDataFromSafariExtensions, getStackFramesFromError, parseStacktrace, } from './errors';
export { ViewInstrumentation } from './view';
export { WebVitalsInstrumentation } from './webVitals';
export { PersistentSessionsManager, VolatileSessionsManager, MAX_SESSION_PERSISTENCE_TIME, SESSION_EXPIRATION_TIME, SESSION_INACTIVITY_TIME, STORAGE_KEY, } from './session';
export { PerformanceInstrumentation } from './performance';
export { UserActionInstrumentation, userActionDataAttribute } from './userActions';
export { CSPInstrumentation } from './csp';
export { NavigationInstrumentation } from './navigation';
//# sourceMappingURL=index.js.map