UNPKG

@sentry/ember

Version:
10 lines (9 loc) 529 B
import type ApplicationInstance from '@ember/application/instance'; import type { ExtendedBackburner } from '@sentry/ember/runloop'; import type { EmberSentryConfig } from '../types'; export declare function getSentryConfig(): EmberSentryConfig; export declare function getBackburner(): Pick<ExtendedBackburner, 'on' | 'off'>; /** * Utility to register the browser tracing integration and instrument the app instance for performance. */ export declare function instrumentForPerformance(appInstance: ApplicationInstance): void;