You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Update migration docs to indicate sentry-migr8 is experimental. (#8988)
There was some confusion about this because the migration doc in this
repo conflicts with the `highly experimental` tag we put on the README.
Also added Node 18+ requirements.
We can change this in migr8 for a future release, but for now let's
merge this in to reduce confusion and unblock our users.
Copy file name to clipboardExpand all lines: MIGRATION.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Deprecations in 7.x
2
2
3
-
You can use [@sentry/migr8](https://www.npmjs.com/package/@sentry/migr8) to automatically update your SDK usage and fix most deprecations:
3
+
You can use the **Experimental**[@sentry/migr8](https://www.npmjs.com/package/@sentry/migr8) to automatically update your SDK usage and fix most deprecations. This requires Node 18+.
0 commit comments