YeonGyu-Kim
0764526aca
fix(posthog): disable exception autocapture to stay within free tier
Error tracking exceeded 100K free tier limit (188K in 5 days).
Top exceptions were mostly noise:
- ProviderModelNotFoundError: 75K (user config issues)
- EPIPE/EOF/stream destroyed: 40K (normal pipe closures)
- ENOSPC: 3K (user disk space issues)
Manual captureException() for critical errors in runner.ts
is preserved. Only automatic unhandled exception capture is
disabled.
2026-04-15 15:30:40 +09:00
..
2026-04-12 02:29:39 +09:00
2026-04-15 14:46:50 +09:00
2026-04-15 10:58:16 +09:00
2026-04-15 11:14:52 +09:00
2026-04-02 15:45:39 +09:00
2026-04-15 10:53:46 +09:00
2026-04-11 22:33:22 +09:00
2026-04-11 23:12:16 +09:00
2026-04-15 10:46:41 +09:00
2026-04-15 10:57:54 +09:00
2026-04-15 15:30:40 +09:00
2026-04-10 15:52:59 +09:00
2026-04-15 12:35:16 +09:00
2026-04-11 22:33:22 +09:00
2026-04-04 15:39:12 +09:00
2026-04-10 15:53:25 +09:00
2026-04-10 10:47:27 +09:00
2026-04-03 17:37:51 +09:00
2026-04-05 13:27:41 +09:00
2026-04-11 22:29:03 +09:00
2026-02-06 18:58:48 +09:00
2026-04-11 22:14:44 +09:00
2026-04-10 15:53:25 +09:00
2026-04-11 21:25:26 +09:00
2026-04-12 18:18:37 +09:00
2026-04-15 10:57:54 +09:00
2026-03-31 17:33:19 -07:00
2026-03-31 17:33:19 -07:00
2026-04-10 10:47:27 +09:00
2026-03-31 22:24:54 -07:00
2026-03-08 02:20:20 +09:00