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

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

Callback to set context information onto the scope.

Parameters

callback: (scope: Scope) => void

Callback function that receives Scope.

Returns

ReturnType<Hub["configureScope"]>