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

x/sentry_deno/packages/core/src/integrations/index.ts>InboundFilters

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
class InboundFilters
implements Integration
import { InboundFilters } from "https://deno.land/x/sentry_deno@v0.2.2/packages/core/src/integrations/index.ts";

Inbound filters configurable by the user

Constructors

new
InboundFilters(_options?: Partial<InboundFiltersOptions>)

Properties

name: string

Methods

setupOnce(addGlobalEventProcessor: (processor: EventProcessor) => void, getCurrentHub: () => Hub): void