Skip to main content
Module

x/sentry/index.mjs>configureScope

The Official Sentry Deno SDK
Go to Latest
function configureScope
import { configureScope } from "https://deno.land/x/sentry@7.88.0/index.mjs";

Callback to set context information onto the scope.

Parameters

callback: (scope: Scope) => void

Callback function that receives Scope.

Returns

ReturnType<Hub["configureScope"]>