Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ isSentryEnabled
Function
isSentryEnabled
src/utils/logger.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
function
isSentryEnabled(): boolean {
32
return
!isSentryDisabledFromEnv();
33
}
34
35
// Log levels in order of severity (lower number = more severe)
36
const
LOG_LEVELS = {
Callers
2
loadSentrySync
Function · 0.85
log
Function · 0.85
Calls
1
isSentryDisabledFromEnv
Function · 0.85
Tested by
no test coverage detected