@coralogix/browser
Version:
Official Coralogix SDK for browsers
7 lines (6 loc) • 401 B
TypeScript
export { CoralogixRum } from './coralogix-rum';
export { CoralogixLogSeverity } from './types-external';
export { UrlBasedLabelProvider } from './label-providers/url-based-label-provider';
export * from './types';
export { SessionRecordingEventType, type RecordEvent, type RecordPluginEvent, } from './session/session.model';
export type { ExcludableInstrumentation } from './session/session.consts';