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

Function log

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

Source from the content-addressed store, hash-verified

82}
83
84function log(...args: Parameters<typeof console.log>): void {
85 _maybeLog('log', ...args);
86}
87
88function warn(...args: Parameters<typeof console.warn>): void {
89 _maybeLog('warn', ...args);

Callers

nothing calls this directly

Calls 1

_maybeLogFunction · 0.85

Tested by

no test coverage detected