UNPKG

@sentry/core

Version:
13 lines 326 B
/** * Patch toString calls to return proper name for wrapped functions. * * ```js * Sentry.init({ * integrations: [ * functionToStringIntegration(), * ], * }); * ``` */ export declare const functionToStringIntegration: () => import("@sentry/types").Integration; //# sourceMappingURL=functiontostring.d.ts.map