Closed arthurschreiber closed 3 months ago
Attention: Patch coverage is 83.33333%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 79.11%. Comparing base (
03777a7
) to head (dd628c1
). Report is 1 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
src/request.ts | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 18.5.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This pull request updates
ConnectionError
andRequestError
with support for a newoptions
argumenton their constructor. This parameter mirrors theoptions
ofError
base class and allows setting acause
.I updated all the locations where
ConnectionError
orRequestError
are constructed to set thecause
if available.