Skip to main content
Module

x/sentry/index.d.ts>configureScope

The Official Sentry Deno SDK
Go to Latest
function configureScope
Deprecated
Deprecated

Use getCurrentScope() directly.

import { configureScope } from "https://deno.land/x/sentry@7.109.0/index.d.ts";

Callback to set context information onto the scope.

Parameters

callback: (scope: Scope) => void

Callback function that receives Scope.

Returns

ReturnType<Hub["configureScope"]>