Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.33 KB

File metadata and controls

28 lines (16 loc) · 1.33 KB

Migration guide for @dotcom-reliability-kit/serialize-error

This document outlines how to migrate to the latest version of the Reliability Kit serialize-error package. Throughout this guide we use the following emoji and labels to indicate the level of change required:

Emoji Label Meaning
🔴 Breaking A breaking change which will likely require code or config changes to resolve
🟠 Possibly Breaking A breaking change that is unlikely to require code changes but things outside of the code (e.g. logs) may have changed

Migrating from v1 to v2

Node.js 14 is no longer supported

🔴 Breaking: this version drops support for Node.js v14. If your app is already using Node.js v16 or above then you can migrate with no code changes.

Migrating from v2 to v3

Node.js 16 is no longer supported

🔴 Breaking: this version drops support for Node.js v16. If your app is already using Node.js v18 or above then you can migrate with no code changes.