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

Function setupOnce

packages/core/test/lib/integration.test.ts:755–757  ·  view source on GitHub ↗
(this: unknown)

Source from the content-addressed store, hash-verified

753 const base = {
754 name: 'Base',
755 setupOnce(this: unknown) {
756 seenThis.push(this);
757 },
758 };
759
760 const result = extendIntegration(base, {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected