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

Function warn

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

Source from the content-addressed store, hash-verified

106 * ```
107 */
108export function warn(...args: CaptureLogArgs): void {
109 captureLog('warn', ...args);
110}
111
112/**
113 * @summary Capture a log with the `error` level. Requires the `enableLogs` option to be enabled.

Callers

nothing calls this directly

Calls 1

captureLogFunction · 0.90

Tested by

no test coverage detected