@sentry/ember
Version:
Official Sentry SDK for Ember.js
10 lines (9 loc) • 398 B
TypeScript
/** This is global, so should only be run once in tests! */
export declare function instrumentGlobalsForPerformance(config: {
disableRunloopPerformance?: boolean;
minimumRunloopQueueDuration?: number;
disableInstrumentComponents?: boolean;
minimumComponentRenderDuration?: number;
enableComponentDefinitions?: boolean;
disableInitialLoadInstrumentation?: boolean;
}): void;