Skip to content

Commit 7e37e62

Browse files
committed
chore: mark fetch-error-handler as stable
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
1 parent 33cd4f9 commit 7e37e62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/fetch-error-handler/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
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).
55

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-
96
* [Usage](#usage)
107
* [Wrap the fetch function](#wrap-the-fetch-function)
118
* [Handle errors with `.then`](#handle-errors-with-then)

0 commit comments

Comments
 (0)