Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ preload.ts
File
preload.ts
packages/node/src/preload.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ envToBool } from
'@sentry/node-core'
;
2
import
{ preloadOpenTelemetry } from
'./sdk/initOtel'
;
3
4
const
debug = envToBool(process.env.SENTRY_DEBUG);
Callers
nothing calls this directly
Calls
2
preloadOpenTelemetry
Function · 0.90
envToBool
Function · 0.85
Tested by
no test coverage detected