UNPKG

449 BTypeScriptView Raw
1interface DebugOptions {
2 /** Controls whether console output created by this integration should be stringified. Default: `false` */
3 stringify?: boolean;
4 /** Controls whether a debugger should be launched before an event is sent. Default: `false` */
5 debugger?: boolean;
6}
7export declare const debugIntegration: (options?: DebugOptions | undefined) => import("@sentry/types").Integration;
8export {};
9//# sourceMappingURL=debug.d.ts.map
\No newline at end of file