Skip to content

Mark fetch-error-handler as stable #1319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ We maintain documentation in this repo:
* **[@dotcom-reliability-kit/eslint-config](./packages/eslint-config/#readme):**<br/>
A linting config, specifically focussed on enhancing code quality and proactively catching errors/bugs before they make it into production.

* **[@dotcom-reliability-kit/fetch-error-handler](./packages/fetch-error-handler/#readme):**<br/>
Properly handle fetch errors and avoid a lot of boilerplate in your app.

* **[@dotcom-reliability-kit/log-error](./packages/log-error/#readme):**<br/>
A method to consistently log error object with optional request information

Expand Down
3 changes: 0 additions & 3 deletions packages/fetch-error-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

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

> [!WARNING]<br />
> This package is in beta and hasn't been tested extensively in production yet. Feel free to use, and any feedback is greatly appreciated.

* [Usage](#usage)
* [Wrap the fetch function](#wrap-the-fetch-function)
* [Handle errors with `.then`](#handle-errors-with-then)
Expand Down