αTesterKit

Operational dashboard

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.

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

Console (0)

No console rows.

Errors (0)

No errors — use console.error, console.warn, or throw to generate rows.

Network (0)

No network rows.

JSON payload
{
  "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.