Skip to main content
Module

x/sentry/index.d.ts>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.109.0/index.d.ts";

Inherit values from the parent scope.

Parameters

optional
scope: Scope