@sentry/core
Version:
Base implementation for all Sentry JavaScript SDKs
9 lines • 449 B
TypeScript
interface DebugOptions {
/** Controls whether console output created by this integration should be stringified. Default: `false` */
stringify?: boolean;
/** Controls whether a debugger should be launched before an event is sent. Default: `false` */
debugger?: boolean;
}
export declare const debugIntegration: (options?: DebugOptions | undefined) => import("@sentry/types").Integration;
export {};
//# sourceMappingURL=debug.d.ts.map