@sentry/browser
Version:
Official Sentry SDK for browsers
9 lines (8 loc) • 332 B
TypeScript
import { 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