UNPKG

@igo2/core

Version:
5 lines (4 loc) 315 B
import { SentryErrorHandler } from '@sentry/angular'; import { SentryMonitoringOptions } from './sentry.interface'; export declare const createSentryErrorHandler: (options: SentryMonitoringOptions) => SentryErrorHandler; export declare const initSentry: (options: SentryMonitoringOptions, force?: boolean) => void;