Run it on your own infrastructure.
bughq is open source and runs on your own Postgres. Your error data, including anything sensitive that lands in a stack trace, never leaves servers you control.
git clone https://github.com/stacksjs/bughq
cd bughq
# point it at your Postgres and go
export DATABASE_URL=postgres://user@db/bughq
buddy migrate
buddy serve # your instance, your data
How it works
01
Clone the source
The whole application is open source, so there is no black box to trust.
02
Point it at your Postgres
Set one connection string, run the migrations, and the schema is ready.
03
Serve it where you like
Deploy on your own servers, so raw error data stays inside your boundary.
Open source
Read, audit, and change the code that handles your errors.
Your database
Events live in a Postgres you own and back up.
Your servers
Sensitive stack data never leaves your infrastructure.