Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ disable
Function
disable
packages/core/src/utils/debug-logger.ts:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
function
disable(): void {
77
_getLoggerSettings().enabled = false;
78
}
79
80
function
isEnabled(): boolean {
81
return
_getLoggerSettings().enabled;
Callers
1
createRateLimiter
Function · 0.85
Calls
1
_getLoggerSettings
Function · 0.85
Tested by
no test coverage detected