mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? Capture panic in `ServiceErrorInterceptor` ## Why? `ServiceErrorInterceptor` is a top-level interceptor for frontend, history and matching. Capturing panics to make sure unhandled panics won't crash the service. ## How did you test it? - [x] built - [ ] run locally and tested manually - [ ] covered by existing tests - [x] added new unit test(s) - [ ] added new functional test(s) ## Potential risks