mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
c05d2e01981dfdac7022282843d0bc45e9d3f2d5
Considered: having a fall-back that is generated on-server-start. That doesn't fly because we have gunicorn, and each server gets their own value. Generating once on first run (in the Docker container), writing to a file: way too fragile. i.e. on-container-restart you'd get the same (and this would be surprising). Given the sensitive nature of all of this, I'd say being explicit The actual effect of changes is limited to sessions invalidating (but that bad enough). And the current setup is more broad, since it does a general check. See https://stackoverflow.com/a/30266422/339144 (note: PasswordResetView isn't used by us, we have our own)
Bugsink
Bugsink offers real-time error tracking for your applications with full control through self-hosting. Easily install on your servers, connect any app using Sentry-compatible SDKs, and rely on scalable performance to handle millions of events daily without failure. Get all the details you need in one place to quickly triage and fix errors.
Description
Languages
Python
80.6%
HTML
17.5%
CSS
0.9%
JavaScript
0.6%
Shell
0.3%
Other
0.1%