UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

20 lines (19 loc) 1.18 kB
import { SessionConfig } from './session.model'; import { CoralogixOtelWebOptionsInstrumentations } from '../types'; export declare const MAX_BATCH_TIME_MS: number; export declare const SESSION_RECORDING_DEFAULT_HEADERS: Record<string, string>; export declare const SESSION_RECORDING_DEFAULT_ERROR_MESSAGE: string; export declare const SESSION_RECORDING_NETWORK_ERR0R_MESSAGE: string; export declare const BATCH_TIME_DELAY: number; export declare const SESSION_RECORDING_POSTFIX_URL = "/browser/alpha/sessionrecording"; export declare const SESSION_KEY: string; export declare const PREV_SESSION_KEY: string; export declare const MUTATION_LIMIT: number; export declare const DEFAULT_SESSION_CONFIG: SessionConfig; export type ExcludableInstrumentation = keyof CoralogixOtelWebOptionsInstrumentations; export declare const SESSION_IDLE_TIME: number; export declare const SESSION_EXPIRATION_TIME: number; export declare const SESSION_MANAGER_KEY = "rumSessionManager"; export declare const SESSION_RECORDER_KEY = "rumSessionRecorder"; export declare const SESSION_RECORDER_SEGMENTS_MAP = "rumSessionRecorderSegmentsMap"; export declare const VIEW_NUMBER_KEY = "rum_view_number";