Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sentry_deno/packages/hub/src/scope.ts>Scope.clone

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
method Scope.clone
import { Scope } from "https://deno.land/x/sentry_deno@v0.2.2/packages/hub/src/scope.ts";

Inherit values from the parent scope.

Parameters

optional
scope: Scope

to clone.