App shell starter module
Telemetry seam
An event catalog and error reporting with log-only defaults; GA4, PostHog, or Sentry plug in later.
- Files
- 3
- Lines
- 62
- Languages
- Markdown + TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/usage/PROVIDERS.md
Analytics flows through `trackEvent` in `track-event.ts`.
Markdown
17 lines
src/usage/report-error.ts
Reports app failures without letting the reporting path break the app.
TypeScript
20 lines
src/usage/track-event.ts
Keeps product analytics behind one event catalog and one forwarding function.
TypeScript
25 lines