UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

8 lines (7 loc) 391 B
import { SessionWithErrorConfig } from './session.model'; export declare const MAX_RUM_EVENTS_PER_REQUEST: number; export declare const MAX_RUM_EVENTS: number; export declare const MAX_MS_RECORD_TIME: number; export declare const DEFAULT_RUM_EVENTS: number; export declare const DEFAULT_MS_RECORD_TIME: number; export declare const DEFAULT_SESSION_WITH_ERROR_CONFIG: SessionWithErrorConfig;