MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / error

Function error

packages/node-core/src/logs/exports.ts:136–138  ·  view source on GitHub ↗
(...args: CaptureLogArgs)

Source from the content-addressed store, hash-verified

134 * ```
135 */
136export function error(...args: CaptureLogArgs): void {
137 captureLog('error', ...args);
138}
139
140/**
141 * @summary Capture a log with the `fatal` level. Requires the `enableLogs` option to be enabled.

Callers

nothing calls this directly

Calls 1

captureLogFunction · 0.90

Tested by

no test coverage detected