Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sentry_deno/packages/core/src/integrations/inboundfilters.ts>InboundFiltersOptions

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
interface InboundFiltersOptions
import { type InboundFiltersOptions } from "https://deno.land/x/sentry_deno@v0.2.2/packages/core/src/integrations/inboundfilters.ts";

Options for the InboundFilters integration

Properties

allowUrls: Array<string | RegExp>
denyUrls: Array<string | RegExp>
ignoreErrors: Array<string | RegExp>
ignoreInternal: boolean