[obs-commits] [openSUSE/open-build-service] ba660a: Introduces client side javascript error tracking
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ba660a5527ecbe985347a536892467bd66f09112 https://github.com/openSUSE/open-build-service/commit/ba660a5527ecbe985347a5... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2019-08-29 (Thu, 29 Aug 2019) Changed paths: M ReleaseNotes-2.11 M src/api/Gemfile M src/api/Gemfile.lock A src/api/app/assets/javascripts/webui2/airbrake-js.js.erb M src/api/app/assets/javascripts/webui2/application.js M src/api/config/options.yml.example Log Message: ----------- Introduces client side javascript error tracking As a developer you might be interested in exceptions that occur in the javascript that is running in the users browser. Separate this with another errbit configuration key because this is getting exposed publicly. Commit: cf50a8cbd023190b0cee7e412c22cf36ef67e101 https://github.com/openSUSE/open-build-service/commit/cf50a8cbd023190b0cee7e... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2019-08-29 (Thu, 29 Aug 2019) Changed paths: M ReleaseNotes-2.11 M src/api/Gemfile M src/api/Gemfile.lock A src/api/app/assets/javascripts/webui2/airbrake-js.js.erb M src/api/app/assets/javascripts/webui2/application.js M src/api/config/options.yml.example Log Message: ----------- Merge pull request #8196 from hennevogel/feature/catch-javascript-errors Introduces client side javascript error tracking Compare: https://github.com/openSUSE/open-build-service/compare/a27de2ac9df7...cf50a8...
participants (1)
-
Henne Vogelsang