Closed szokeasaurusrex closed 1 day ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.87%. Comparing base (
3e28853
) to head (83334b7
). Report is 1 commits behind head on master.
:white_check_mark: All tests successful. No failed tests found.
Only read the cached
request._media
, since readingrequest.media
will exhaust therequest.bounded_stream
if it has not been read before. Note that this means that we will now only send the JSON request body to Sentry if the Falcon request handler reads the JSON data.Fixes #3761