Bugsink Self-hosted Error Tracking
Error tracking
Get notified about errors in your applications as they happen.
All the information needed to triage and fix them in a single location.
Built to self-host
Have full control over your data by running Bugsink on servers that you own or rent yourself.
Installation is easy, and we provide detailed instructions to help you get started.
Sentry-SDK compatible
To report errors to Bugsink, you only need to add a few lines of code to your application.
Bugsink is compatible with Sentry's open source SDKs which are available for most popular programming languages.
Scalable and Reliable
When your application starts misbehaving, the last thing you want is for your error tracking system to fail or to run over quota.
Bugsink can deal with millions of events per day on dirt cheap hardware, so you can trust it to keep working when you need it most.
Installation
The quickest way to evaluate Bugsink is to spin up a throw-away instance using Docker:
docker pull bugsink/bugsink:latest
docker run \
-e SECRET_KEY=qgpue3ALFxkw0fYcsbtpdA3LrWanx6UqbsufLDm1mbuKahq7Po \
-e CREATE_SUPERUSER=admin:admin \
-e PORT=8000 \
-p 8000:8000 \
bugsink/bugsink
Visit http://localhost:8000/, where you’ll see a login screen. The default username and password
are admin
.
Now, you can set up your first project and start tracking errors.