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

Function warn

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

Source from the content-addressed store, hash-verified

86}
87
88function warn(...args: Parameters<typeof console.warn>): void {
89 _maybeLog('warn', ...args);
90}
91
92function error(...args: Parameters<typeof console.error>): void {
93 _maybeLog('error', ...args);

Callers

nothing calls this directly

Calls 1

_maybeLogFunction · 0.85

Tested by

no test coverage detected