UNPKG

324 BTypeScriptView Raw
1import type { EventHint, SendFeedbackParams } from '@sentry/types';
2/**
3 * Send user feedback to Sentry.
4 */
5export declare function captureFeedback(feedbackParams: SendFeedbackParams, hint?: EventHint & {
6 includeReplay?: boolean;
7}, scope?: import("@sentry/types").Scope): string;
8//# sourceMappingURL=feedback.d.ts.map
\No newline at end of file