From 713f222fa918c4db6aac8c3876487455bf8b240a Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 15 May 2024 15:13:28 +0200 Subject: [PATCH] ref: Clarify that migr8 does not do everything (#10024) --- docs/platforms/javascript/common/migration/v7-to-v8/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/common/migration/v7-to-v8/index.mdx b/docs/platforms/javascript/common/migration/v7-to-v8/index.mdx index 6caed1057d1ec..88352b9835c1a 100644 --- a/docs/platforms/javascript/common/migration/v7-to-v8/index.mdx +++ b/docs/platforms/javascript/common/migration/v7-to-v8/index.mdx @@ -20,7 +20,7 @@ Before updating to `8.x` of the SDK, we recommend upgrading to the latest versio npx @sentry/migr8@latest ``` -Our migration tool will let you select which updates to run, and automatically update your code. In some cases, we cannot automatically change code for you. These will be marked with a `TODO(sentry)` comment instead. Make sure to review all code changes after running `@sentry/migr8`! For more details on the deprecations, see our docs on [Deprecations in 7.x](./v7-deprecations). +Our migration tool will let you select which updates to run, and automatically update your code. In some cases, we cannot automatically change code for you. These will be marked with a `TODO(sentry)` comment instead. Make sure to review all code changes after running `@sentry/migr8`! For more details on the deprecations, see our docs on [Deprecations in 7.x](./v7-deprecations). Despite having `@sentry/migr8`, we still recommend reading the migration guide, since `@sentry/migr8` does not cover all of the changes needed to migrate. ## Upgrading to `8.x`