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

x/sentry_deno/packages/browser/src/sdk.ts>showReportDialog

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
function showReportDialog
import { showReportDialog } from "https://deno.land/x/sentry_deno@v0.2.2/packages/browser/src/sdk.ts";

Present the user with a report dialog.

Parameters

optional
options: ReportDialogOptions = [UNSUPPORTED]

Everything is optional, we try to fetch all info need from the global scope.

optional
hub: Hub = [UNSUPPORTED]