UNPKG

397 BTypeScriptView Raw
1import { Integration } from '@sentry/types';
2/** Patch toString calls to return proper name for wrapped functions */
3export declare class FunctionToString implements Integration {
4 /**
5 * @inheritDoc
6 */
7 static id: string;
8 /**
9 * @inheritDoc
10 */
11 name: string;
12 /**
13 * @inheritDoc
14 */
15 setupOnce(): void;
16}
17//# sourceMappingURL=functiontostring.d.ts.map
\No newline at end of file