I built Bugsink because I wanted error tracking I could run myself, without maintaining a complex stack. It runs with pip install or a single Docker container, stores events locally (SQLite, MySQL, or Postgres), and is easy to run and keep running.
It’s API compatible with the Sentry SDKs, so you can keep your existing client setup. Bugsink focuses on error tracking only and is fast enough to process millions of events per day on modest hardware.
The 1.5 release introduces sourcemaps support: https://www.bugsink.com/blog/bugsink-1.5-introducing-sourcem...
Can't you just self-host Sentry? https://www.bugsink.com/blog/why-i-gave-up-on-self-hosted-se...
- How does it compare to GlitchTip, for instance? - Is it "feature complete" / production-ready? - Are you using it some prod projects yet?
It seems to be mostly a one-band, so curious about your current production usage, and dedication to it :)