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