Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sentry/index.mjs>captureFeedback

The Official Sentry Deno SDK
Go to Latest
function captureFeedback
import { captureFeedback } from "https://deno.land/x/sentry@8.9.2/index.mjs";

Send user feedback to Sentry.

Parameters

feedbackParams: SendFeedbackParams
optional
hint: EventHint & { includeReplay?: boolean; }
optional
scope: Scope$1

Returns

string