UNPKG

@sentry/ember

Version:
16 lines (15 loc) 662 B
import { BrowserOptions } from '@sentry/browser'; export declare function InitSentryForEmber(_runtimeConfig?: BrowserOptions): void; export declare const getActiveTransaction: () => import("@sentry/types").Transaction | undefined; export declare const instrumentRoutePerformance: (BaseRoute: any) => { new (): { [x: string]: any; beforeModel(...args: any[]): Promise<any>; model(...args: any[]): Promise<any>; afterModel(...args: any[]): Promise<any>; setupController(...args: any[]): Promise<any>; }; [x: string]: any; }; export * from '@sentry/browser'; export declare const init: typeof InitSentryForEmber;