MCPcopy Index your code
hub / github.com/athasdev/athas / BootstrapStep

Interface BootstrapStep

src/bootstrap/bootstrap-errors.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { recordCrashReport } from "@/features/telemetry/services/telemetry";
2
3interface BootstrapStep {
4 name: string;
5}
6
7export function logBootstrapError(step: string, error: unknown) {
8 console.error(`App bootstrap failed during ${step}:`, error);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected