MeetsEntry · Demo

Fire events from client and server. Open /dashboard to watch them land.

Client

No events fired yet.

What happens

  • Client error — captured by window.onerror handler
  • Unhandled promise — captured by unhandledrejection
  • Server action OK — emits a duration metric via withMonitor()
  • Server action throw — captures the exception, attaches stack + duration, then re-throws
  • PII string — string contains a fake bearer token; the SDK's scrubber masks it before transport
  • Web Vitals — auto-emitted on first paint / interaction