UNPKG

@sentry/ember

Version:
10 lines (9 loc) 398 B
/** 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;