MCPcopy 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
31function isSentryEnabled(): boolean {
32 return !isSentryDisabledFromEnv();
33}
34
35// Log levels in order of severity (lower number = more severe)
36const LOG_LEVELS = {

Callers 2

loadSentrySyncFunction · 0.85
logFunction · 0.85

Calls 1

isSentryDisabledFromEnvFunction · 0.85

Tested by

no test coverage detected