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/index.ts>Dedupe

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

Deduplication filter

Properties

private
optional
_previousEvent: Event
name: string

Methods

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