Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.100.0/index.d.ts";

Inherit values from the parent scope.

Parameters

optional
scope: Scope