@sentry/ember
Version:
Official Sentry SDK for Ember.js
16 lines (15 loc) • 662 B
TypeScript
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;