MCPcopy 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

1import { envToBool } from '@sentry/node-core';
2import { preloadOpenTelemetry } from './sdk/initOtel';
3
4const debug = envToBool(process.env.SENTRY_DEBUG);

Callers

nothing calls this directly

Calls 2

preloadOpenTelemetryFunction · 0.90
envToBoolFunction · 0.85

Tested by

no test coverage detected