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.<p>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.<p>The 1.5 release introduces sourcemaps support: <a href="https://www.bugsink.com/blog/bugsink-1.5-introducing-sourcemaps/" rel="nofollow">https://www.bugsink.com/blog/bugsink-1.5-introducing-sourcem...</a><p>Can't you just self-host Sentry? <a href="https://www.bugsink.com/blog/why-i-gave-up-on-self-hosted-sentry/" rel="nofollow">https://www.bugsink.com/blog/why-i-gave-up-on-self-hosted-se...</a>