Self‑hosted AI error monitor & debugger — free, private, sentry‑compatible.
No issues yet. Submit an error or connect your app.
Loading…
Point your app's Sentry SDK to this endpoint. Errors will be stored in Puter KV and analyzed by Groq AI.
DSN (Endpoint URL):
https://amazinglobal.neocities.org/seer.html?project=1&key=public
For JavaScript: Sentry.init({ dsn: 'https://public@amazinglobal.neocities.org/seer.html?project=1' })
Required for AI root cause analysis. Get a free key at console.groq.com.
// 1. Install Sentry SDK
npm install @sentry/browser
// 2. Initialize with our DSN
Sentry.init({
dsn: 'https://public@amazinglobal.neocities.org/seer.html?project=1',
tracesSampleRate: 1.0,
});
// 3. Errors appear here automatically!
Manually submit an error for testing. In production, your app sends these automatically.