@sentry/core
Version:
Base implementation for all Sentry JavaScript SDKs
13 lines • 326 B
TypeScript
/**
* 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