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

Function isEnabled

packages/core/src/utils/debug-logger.ts:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80function isEnabled(): boolean {
81 return _getLoggerSettings().enabled;
82}
83
84function log(...args: Parameters<typeof console.log>): void {
85 _maybeLog('log', ...args);

Callers 1

_maybeLogFunction · 0.70

Calls 1

_getLoggerSettingsFunction · 0.85

Tested by

no test coverage detected