Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
80
function
isEnabled(): boolean {
81
return
_getLoggerSettings().enabled;
82
}
83
84
function
log(...args: Parameters<typeof console.log>): void {
85
_maybeLog(
'log'
, ...args);
Callers
1
_maybeLog
Function · 0.70
Calls
1
_getLoggerSettings
Function · 0.85
Tested by
no test coverage detected