Changelog: can now report front and backend errors to sentry (fix #8)

This commit is contained in:
Eliot Berriot 2018-02-17 21:30:04 +01:00
parent d60804c9db
commit 358b3eb060
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ Changelog
- Front: added some unittests for the store (#55)
- Front: fixed broken login redirection when 401
- Front: Removed autoplay on page reload
- API: Added a /instance/settings endpoint
- Front: load /instance/settings on page load
- Added settings to report JS and Python error to a Sentry instance
This is disabled by default, but feel free to enable it if you want
to help us by sending your error reports :) (#8)
0.3.5 (2018-01-07)