internal: {
currentDebugSinks: FiberRef<readonly Sink[]>;
currentDiagnosticsLevel: FiberRef<DiagnosticsLevel>;
currentRuntimeLabel: FiberRef<string | undefined>;
currentTraitConvergeDiagnosticsSampling: FiberRef<
TraitConvergeDiagnosticsSamplingConfig,
>;
toRuntimeDebugEventRef: (
event: Event,
options?: {
diagnosticsLevel?: DiagnosticsLevel;
eventSeq?: number;
onMetaProjection?: (
projection: {
downgrade?: DowngradeReason;
stats: JsonValueProjectionStats;
},
) => void;
resolveConvergeStaticIr?: (
staticIrDigest: string,
) => ConvergeStaticIrExport | undefined;
},
) => RuntimeDebugEventRef
| undefined;
} = ...
Type Declaration
currentDebugSinks: FiberRef<readonly Sink[]>
currentDiagnosticsLevel: FiberRef<DiagnosticsLevel>
currentRuntimeLabel: FiberRef<string | undefined>
currentTraitConvergeDiagnosticsSampling: FiberRef<TraitConvergeDiagnosticsSamplingConfig>
toRuntimeDebugEventRef: (
event: Event,
options?: {
diagnosticsLevel?: DiagnosticsLevel;
eventSeq?: number;
onMetaProjection?: (
projection: {
downgrade?: DowngradeReason;
stats: JsonValueProjectionStats;
},
) => void;
resolveConvergeStaticIr?: (
staticIrDigest: string,
) => ConvergeStaticIrExport | undefined;
},
) => RuntimeDebugEventRef
| undefined