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

Method warn

packages/core/src/utils/debug-logger.ts:11–11  ·  view source on GitHub ↗
(...args: Parameters<typeof console.warn>)

Source from the content-addressed store, hash-verified

9 isEnabled(): boolean;
10 log(...args: Parameters<typeof console.log>): void;
11 warn(...args: Parameters<typeof console.warn>): void;
12 error(...args: Parameters<typeof console.error>): void;
13}
14

Callers 15

constructorFunction · 0.65
sendSessionFunction · 0.65
_captureEventFunction · 0.65
startProfilerFunction · 0.65
stopProfilerFunction · 0.65
captureCheckInMethod · 0.65
addIntegrationFunction · 0.65
captureExceptionMethod · 0.65
captureMessageMethod · 0.65
captureEventMethod · 0.65
captureCheckInFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected