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>GlobalHandlers

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

Global handlers

Constructors

new
GlobalHandlers(options?: GlobalHandlersIntegrations)

JSDoc

Properties

private
_installFunc: Record<GlobalHandlersIntegrationsOptionKeys, (() => void) | undefined>

Stores references functions to installing handlers. Will set to undefined after they have been run so that they are not used twice.

private
readonly
_options: GlobalHandlersIntegrations

JSDoc

name: string