UNPKG

@sentry/core

Version:
10 lines (9 loc) 362 B
import { EventHint } from './types-hoist/event'; import { SendFeedbackParams } from './types-hoist/feedback'; /** * Send user feedback to Sentry. */ export declare function captureFeedback(params: SendFeedbackParams, hint?: EventHint & { includeReplay?: boolean; }, scope?: import("./scope").Scope): string; //# sourceMappingURL=feedback.d.ts.map