Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sentry/index.mjs>Scope.clone

The Official Sentry Deno SDK
Go to Latest
method Scope.clone
Deprecated
Deprecated

Use scope.clone() and new Scope() instead.

import { Scope } from "https://deno.land/x/sentry@7.120.0/index.mjs";

Inherit values from the parent scope.

Parameters

optional
scope: Scope