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.
npm install @togo-framework/ui-errors @togo-framework/ui-coreimport "@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.