The Python one will likely involve creating a new file based on https://github.com/webrecorder/pywb/blob/main/pywb/apps/wayback.py and configuring our uwsgi config to point to it. If we choose that route we would need to monitor it for upstream changes. We should weigh whether this complexity is a price worth paying for Honeybadger alerts for this third party application software (pywb). We didn't do it for openwayback.
Monitoring JavaScript errors should be easy to add, but it might turn out to be tricky in practice since the web archive itself contains lots of JavaScript. Will Honeybadger report on errors in archived JavaScript?
It should be possible to use Honeybadger to monitor Python and JavaScript application errors:
The Python one will likely involve creating a new file based on https://github.com/webrecorder/pywb/blob/main/pywb/apps/wayback.py and configuring our uwsgi config to point to it. If we choose that route we would need to monitor it for upstream changes. We should weigh whether this complexity is a price worth paying for Honeybadger alerts for this third party application software (pywb). We didn't do it for openwayback.
Monitoring JavaScript errors should be easy to add, but it might turn out to be tricky in practice since the web archive itself contains lots of JavaScript. Will Honeybadger report on errors in archived JavaScript?