MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / delete

Method delete

packages/deno/lib.deno.d.ts:1618–1618  ·  view source on GitHub ↗

Delete the value of an environment variable. * * ```ts * Deno.env.set("SOME_VAR", "Value"); * Deno.env.delete("SOME_VAR"); // outputs "undefined" * ``` * * Requires `allow-env` permission. * * @tags allow-env

(key: string)

Source from the content-addressed store, hash-verified

1616 * @tags allow-env
1617 */
1618 delete(key: string): void;
1619
1620 /** Check whether an environment variable is present or not.
1621 *

Callers 15

_onRootSpanTimeoutMethod · 0.65
addProfileToGlobalCacheFunction · 0.65
setupFunction · 0.65
shiftFunction · 0.65
trackLazyRouteLoadFunction · 0.65
handleNavigationFunction · 0.65
cleanupNavigationSpanFunction · 0.65
clearOperationIdFunction · 0.65
withElysiaFunction · 0.65

Calls

no outgoing calls

Tested by 1

removeEventListenerMethod · 0.52