@sentry/core
Version:
Base implementation for all Sentry JavaScript SDKs
17 lines • 402 B
TypeScript
import type { Integration } from '@sentry/types';
/** Patch toString calls to return proper name for wrapped functions */
export declare class FunctionToString implements Integration {
/**
* @inheritDoc
*/
static id: string;
/**
* @inheritDoc
*/
name: string;
/**
* @inheritDoc
*/
setupOnce(): void;
}
//# sourceMappingURL=functiontostring.d.ts.map