@igo2/core
Version:
6 lines (5 loc) • 351 B
TypeScript
import { BaseUser } from '@igo2/core/user';
import { SentryMonitoringOptions } from './sentry.interface';
export declare const isTracingEnabled: (options: SentryMonitoringOptions) => boolean;
export declare const isReplayEnabled: (options: SentryMonitoringOptions) => boolean;
export declare const identifySentryUser: (user: BaseUser | null) => void;