Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 539 Bytes

File metadata and controls

18 lines (14 loc) · 539 Bytes

@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.

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