@sentry/browser
Version:
Official Sentry SDK for browsers
8 lines • 328 B
TypeScript
import type { ReportDialogOptions } from '@sentry/core';
/**
* Present the user with a report dialog.
*
* @param options Everything is optional, we try to fetch all info need from the current scope.
*/
export declare function showReportDialog(options?: ReportDialogOptions): void;
//# sourceMappingURL=report-dialog.d.ts.map