Marketplace
ui-errors
Othertogo UI kit — Sentry-style error tracking: issues list + detail + page. Depends on @togo-framework/ui-core.
togo-framework
bash
togo install togo-framework/ui-errors@togo-framework/ui-errors
Sentry-style error tracking UI: issues list, issue detail (stack trace, breadcrumbs), and a ready-made error-tracking page. Part of the togo UI kit.
bash
npm install @togo-framework/ui-errors @togo-framework/ui-coretsx
import "@togo-framework/ui-core/styles.css";
import { ErrorTrackingPage } from "@togo-framework/ui-errors";
Split out of the former monolithic @togo-framework/ui so apps that don't
need error tracking don't have to install it.