From 358b3eb0604b98ea868194cc393f65d92721b429 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Sat, 17 Feb 2018 21:30:04 +0100 Subject: [PATCH] Changelog: can now report front and backend errors to sentry (fix #8) --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 97362e82..c3aac8ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) -- GitLab