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

Method log

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

Source from the content-addressed store, hash-verified

8 enable(): void;
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}

Callers 15

logger.test.tsFile · 0.65
console.test.tsFile · 0.65
consola.test.tsFile · 0.65
_notifyEventProcessorsFunction · 0.65
captureExceptionFunction · 0.65
captureEventFunction · 0.65
recordDroppedEventFunction · 0.65
_captureEventFunction · 0.65
_flushOutcomesFunction · 0.65
captureCheckInMethod · 0.65
disposeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected