Metadata-Version: 2.4
Name: bugsink
Version: 2.0.5
Summary: Self-hosted Error Tracking
Author-email: "Bugsink B.V." <info@bugsink.com>
Project-URL: homepage, https://www.bugsink.com/
Project-URL: documentation, https://www.bugsink.com/docs/
Project-URL: issues, https://github.com/bugsink/bugsink/issues
Project-URL: repository, https://github.com/bugsink/bugsink
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gunicorn==23.0.*
Requires-Dist: Django==5.2.*
Requires-Dist: sentry-sdk==2.*
Requires-Dist: django-tailwind==4.2.*
Requires-Dist: jsonschema==4.25.*
Requires-Dist: semver==3.0.*
Requires-Dist: django-admin-autocomplete-filter==0.7.*
Requires-Dist: pygments==2.19.*
Requires-Dist: inotify_simple==2.0.*
Requires-Dist: Brotli==1.2.*
Requires-Dist: python-dateutil==2.9.*
Requires-Dist: whitenoise==6.11.*
Requires-Dist: requests==2.32.*
Requires-Dist: monofy==1.1.*
Requires-Dist: user-agents==2.2.*
Requires-Dist: fastjsonschema==2.21.*
Requires-Dist: verbose_csrf_middleware==1.0.*
Requires-Dist: ecma426>=0.2.0
Requires-Dist: djangorestframework==3.16.*
Requires-Dist: drf-spectacular[sidecar]
Dynamic: license-file

# Bugsink: Self-hosted Error Tracking

* [Error Tracking](https://www.bugsink.com/error-tracking/)
* [Built to self-host](https://www.bugsink.com/built-to-self-host/)
* [Sentry-SDK compatible](https://www.bugsink.com/connect-any-application/)
* [Scalable and reliable](https://www.bugsink.com/scalable-and-reliable/)

### Screenshot

![Screenshot](https://www.bugsink.com/static/images/JsonSchemaDefinitionException.5e02c1544273.png)


### Installation & docs

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=PUT_AN_ACTUAL_RANDOM_SECRET_HERE_OF_AT_LEAST_50_CHARS \
  -e CREATE_SUPERUSER=admin:admin \
  -e PORT=8000 \
  -p 8000:8000 \
  bugsink/bugsink
```

Visit [http://localhost:8000/](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](https://www.bugsink.com/docs/quickstart/) and start tracking errors.

[Detailed installation instructions](https://www.bugsink.com/docs/installation/) are on the Bugsink website.

[More information and documentation](https://www.bugsink.com/)
