@sentry/core
Version:
Base implementation for all Sentry JavaScript SDKs
10 lines (9 loc) • 362 B
TypeScript
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