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

x/sentry_deno/packages/wasm/src/index.ts>Wasm

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

Process WASM stack traces to support server-side symbolication.

This also hooks the WebAssembly loading browser API so that module registraitons are intercepted.

Properties

name: string

Methods

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