Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/XcodeBuildMCP
/ isSentryCaptureSealed
Function
isSentryCaptureSealed
src/utils/shutdown-state.ts:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
export
function
isSentryCaptureSealed(): boolean {
76
return
sentryCaptureSealed;
77
}
78
79
export
function
resetShutdownStateForTests(): void {
80
restoreProcessStdioWritesForTests();
Callers
6
setSentryRuntimeContext
Function · 0.90
enrichSentryContext
Function · 0.90
captureMcpShutdownSummary
Function · 0.90
shouldEmitMetrics
Function · 0.90
__shouldCaptureToSentryForTests
Function · 0.90
shutdown-state.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected