MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / __shouldCaptureToSentryForTests

Function __shouldCaptureToSentryForTests

src/utils/logger.ts:57–59  ·  view source on GitHub ↗
(context?: LogContext)

Source from the content-addressed store, hash-verified

55}
56
57export function __shouldCaptureToSentryForTests(context?: LogContext): boolean {
58 return context?.sentry === true && !isSentryCaptureSealed();
59}
60
61// Client-requested log level ("none" means no output unless explicitly enabled)
62let clientLogLevel: LogLevel = 'none';

Callers 2

logger.test.tsFile · 0.90
logFunction · 0.85

Calls 1

isSentryCaptureSealedFunction · 0.90

Tested by

no test coverage detected