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

x/sentry/index.mjs>Scope.clone

The Official Sentry Deno SDK
Go to Latest
method Scope.clone
import { Scope } from "https://deno.land/x/sentry@7.83.0/index.mjs";

Inherit values from the parent scope.

Parameters

optional
scope: Scope

to clone.