Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return value of
rescue_with_handler
when intercepting ActiveJob exc…
…eptions (#1027) When using ActiveJob's `rescue_from` (or `retry_on` / `discard_on` which are implemented with `rescue_from`), ActiveJob will return the captured exception. This PR fixes Sentry's ActiveJob instrumentation to preserve that behavior.
- Loading branch information