Skip to content

feat: add panic handler middleware

Jaime Martinez requested to merge 643-handle-panics-gracefully into master

What does this MR do?

Adds a middleware to catch panics in a recover() that is then counted, logged and captured to Sentry.

Closes #643 (closed)

Merge request reports