Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
305
function
sdkAlreadyInitialized(): boolean {
306
return
!!getClient();
307
}
308
309
export
* from
'../common'
;
310
Callers
1
init
Function · 0.85
Calls
1
getClient
Function · 0.90
Tested by
no test coverage detected