@sentry/browser
Version:
Official Sentry SDK for browsers
8 lines • 297 B
TypeScript
import type { Profiler } from '@sentry/core/browser';
/**
* Profiler namespace for controlling the JS profiler in 'manual' mode.
*
* Requires the `browserProfilingIntegration` from the `@sentry/browser` package.
*/
export declare const uiProfiler: Profiler;
//# sourceMappingURL=index.d.ts.map