Skip to content

0.26.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 19 Feb 14:38
  • When using assert_all_requests_are_fired=True, assertions about
    unfired requests are now raised even when an exception occurs in the context manager or
    decorated function. Previously, these assertions were suppressed when exceptions occurred.
    This new behavior provides valuable debugging context about which mocked requests were
    or weren't called.
  • Consider the Retry-After header when handling retries