MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / sdkAlreadyInitialized

Function sdkAlreadyInitialized

packages/nextjs/src/server/index.ts:305–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303}
304
305function sdkAlreadyInitialized(): boolean {
306 return !!getClient();
307}
308
309export * from '../common';
310

Callers 1

initFunction · 0.85

Calls 1

getClientFunction · 0.90

Tested by

no test coverage detected