UNPKG

326 BTypeScriptView Raw
1/**
2 * Patch toString calls to return proper name for wrapped functions.
3 *
4 * ```js
5 * Sentry.init({
6 * integrations: [
7 * functionToStringIntegration(),
8 * ],
9 * });
10 * ```
11 */
12export declare const functionToStringIntegration: () => import("@sentry/types").Integration;
13//# sourceMappingURL=functiontostring.d.ts.map
\No newline at end of file