Add Sentry dev probe and observability smoke test.

GET /api/debug/sentry, load .env.local for DSN, Playwright observability spec.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Mauricio Barragan
2026-06-12 10:38:08 -06:00
parent e04f3977c6
commit 8c7127cfde
6 changed files with 30 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@
"typecheck": "tsc --noEmit && npm --prefix web run typecheck",
"test": "node scripts/run-tests.mjs",
"test:e2e": "playwright test",
"test:observability": "playwright test observability.spec.ts",
"lint": "eslint .",
"prepare": "husky"
},