diff --git a/README.md b/README.md index e880251..fc4cee2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # sentry-migr8 -HACKWEEK PROJECT - Migrate to the next JS SDK version - -**This Package is highly experimental! Use with Caution!** +Migrate the usage of your Sentry SDK v7 to be v8 compatible. ## Usage @@ -17,6 +15,8 @@ By default we run all transformations on all files in the directory, ignoring an If you work in a monorepo, make sure to run `@sentry/migr8` in each subpackage instead of the monorepo root, as otherwise we cannot update dependencies etc. correctly. +migr8 runs on Node 18+. + ### Options You can run `npx @sentry/migr8 --help` to get a list of available options.