Skip to content

Commit 9fd3028

Browse files
mydealforst
andauthored
docs: Reference @sentry/migr8 in migration docs (#8942)
Add a reference to migr8 in the migration docs 🚀 --------- Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
1 parent ef51993 commit 9fd3028

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MIGRATION.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Deprecations in 7.x
22

3+
You can use [@sentry/migr8](https://www.npmjs.com/package/@sentry/migr8) to automatically update your SDK usage and fix most deprecations:
4+
5+
```bash
6+
npx @sentry/migr8@latest
7+
```
8+
9+
This will let you select which updates to run, and automatically update your code. Make sure to still review all code changes!
10+
311
## Deprecate `timestampWithMs` export - #7878
412

513
The `timestampWithMs` util is deprecated in favor of using `timestampInSeconds`.

0 commit comments

Comments
 (0)