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

Function error

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

Source from the content-addressed store, hash-verified

90}
91
92function error(...args: Parameters<typeof console.error>): void {
93 _maybeLog('error', ...args);
94}
95
96function _maybeLog(level: ConsoleLevel, ...args: Parameters<(typeof console)[typeof level]>): void {
97 if (!DEBUG_BUILD) {

Callers

nothing calls this directly

Calls 1

_maybeLogFunction · 0.85

Tested by

no test coverage detected