@platformos/pos-cli
Version:
Manage your platformOS application
17 lines • 397 B
TypeScript
import { Integration } from '@sentry/types';
/** Patch toString calls to return proper name for wrapped functions */
export declare class FunctionToString implements Integration {
/**
* @inheritDoc
*/
name: string;
/**
* @inheritDoc
*/
static id: string;
/**
* @inheritDoc
*/
setupOnce(): void;
}
//# sourceMappingURL=functiontostring.d.ts.map