@sentry/core
Version:
Base implementation for all Sentry JavaScript SDKs
9 lines • 362 B
TypeScript
import type { EventHint } from './types-hoist/event';
import type { 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