james-proxy / james

Web Debugging Proxy Application
1.42k stars 126 forks source link

Updates sentry, removes UncaughtException integration #411

Closed mitchhentges closed 5 years ago

mitchhentges commented 5 years ago

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)