You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library has been used in production for months and is now serving
as a replacement for the deprecated `n-fetch` and `n-eager-fetch`
libraries.
There have been no reported issues, it's installed in 9 production
systems (including content pipeline), and we're seeing ~2m errors per
week in Splunk that were successfully handled by this library:
```
index IN (heroku, aws_cloudwatch)
(error.code=FETCH_* OR error.cause.code=FETCH_*)
```
Release-As: 1.0.0
Copy file name to clipboardExpand all lines: packages/fetch-error-handler/README.md
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@
3
3
4
4
Properly handle fetch errors and avoid a lot of boilerplate in your app. This module is part of [FT.com Reliability Kit](https://github.com/Financial-Times/dotcom-reliability-kit#readme).
5
5
6
-
> [!WARNING]<br />
7
-
> This package is in beta and hasn't been tested extensively in production yet. Feel free to use, and any feedback is greatly appreciated.
8
-
9
6
*[Usage](#usage)
10
7
*[Wrap the fetch function](#wrap-the-fetch-function)
11
8
*[Handle errors with `.then`](#handle-errors-with-then)
0 commit comments