We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@sentry/migr8
1 parent ef51993 commit 9fd3028Copy full SHA for 9fd3028
MIGRATION.md
@@ -1,5 +1,13 @@
1
# Deprecations in 7.x
2
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
11
## Deprecate `timestampWithMs` export - #7878
12
13
The `timestampWithMs` util is deprecated in favor of using `timestampInSeconds`.
0 commit comments