MCPcopy 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
75export function isSentryCaptureSealed(): boolean {
76 return sentryCaptureSealed;
77}
78
79export function resetShutdownStateForTests(): void {
80 restoreProcessStdioWritesForTests();

Callers 6

setSentryRuntimeContextFunction · 0.90
enrichSentryContextFunction · 0.90
shouldEmitMetricsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected