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

Method entries

packages/deno/lib.deno.d.ts:9405–9405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9403 keys(): IterableIterator<K>;
9404 values(): IterableIterator<V>;
9405 entries(): IterableIterator<[K, V]>;
9406 [Symbol.iterator](): IterableIterator<[K, V]>;
9407 forEach(
9408 callback: (value: V, key: K, parent: this) => void,

Callers 15

setupSrvxTracingChannelsFunction · 0.65
createRoutesFunction · 0.65
instrumentBuildCallbackFunction · 0.65
matchesPatternFunction · 0.65
processSegmentSpanFunction · 0.65
wrapSubAppMiddlewareFunction · 0.65
fixtureVitestSerializerFunction · 0.65
fetch.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 3

setAttributesFunction · 0.52
setAttributesMethod · 0.52
setupFixtureFunction · 0.52