This app hosts the TesterKit UI, in-app documentation, and (in the same deployment) Next.js route handlers for ingestion. The dedicated API workspace is for a separately deployable service when you split traffic. SDK surface wired: init, report, addBreadcrumb, shutdown, resetCaptureSession, peekCapture, pauseCapture, resumeCapture, isCapturePaused, resolveIngestApiBaseUrl, setFeedbackSessionActive, isFeedbackSessionActive, flushCaptureDraft, clearCaptureDraft, ensureConsolePatch.
Workspace
Jump to the docs or import the SDK from @alphatrait/sdk.
SDK integration demo
Live peekCapture() + BugKit.report() — same pipeline as the floating reporter.
SDK buffer (inactive): logs=0 errors=0 network=0 breadcrumbs=0
Idle
No console rows.
No errors — use console.error, console.warn, or throw to generate rows.
No network rows.
{
"sessionId": "",
"projectId": "integration-demo",
"userId": null,
"logs": [],
"network": [],
"errors": [],
"breadcrumbs": [],
"navigation": [],
"interactions": [],
"metadata": {
"preview": "live_buffer",
"variant": "dashboard"
},
"timestamp": "2026-07-24T15:24:00.269Z"
}View persisted rows on /reports.