Skip to content

Commit 713f222

Browse files
author
Luca Forstner
authored
ref: Clarify that migr8 does not do everything (#10024)
1 parent 306ffcf commit 713f222

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/migration/v7-to-v8

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/migration/v7-to-v8/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before updating to `8.x` of the SDK, we recommend upgrading to the latest versio
2020
npx @sentry/migr8@latest
2121
```
2222

23-
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).
23+
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.
2424

2525
## Upgrading to `8.x`
2626

0 commit comments

Comments
 (0)