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

Function debug

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

Source from the content-addressed store, hash-verified

51 * ```
52 */
53export function debug(...args: CaptureLogArgs): void {
54 captureLog('debug', ...args);
55}
56
57/**
58 * @summary Capture a log with the `info` level. Requires the `enableLogs` option to be enabled.

Callers

nothing calls this directly

Calls 1

captureLogFunction · 0.90

Tested by

no test coverage detected