hoxy is currently throwing various uncaught exceptions when using HTTPs.
406 should've caught that so that James didn't go down, but, unfortunately, Sentry is opinionated and kills our application when it finds out about the uncaught exception.
This rolls back our Sentry usage a bit so that James doesn't crash. The proper, long-term solution will be to resolve this issue in hoxy (or use equivalent proxy solution)
Fixes #405.
hoxy
is currently throwing various uncaught exceptions when using HTTPs.406 should've caught that so that James didn't go down, but, unfortunately, Sentry is opinionated and kills our application when it finds out about the uncaught exception.
This rolls back our Sentry usage a bit so that James doesn't crash. The proper, long-term solution will be to resolve this issue in
hoxy
(or use equivalent proxy solution)