-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Adjust grammer and formatting of migration doc #14890
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
||
### Uncategorized (TODO) | ||
|
||
TODO | ||
|
||
## 3. Package Removals | ||
|
||
As part of an architectural cleanup we deprecated the following packages: | ||
As part of an architectural cleanup, we deprecated the following packages: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l: Once v9 ships, we won't publish utils and types anymore, right?
As part of an architectural cleanup, we deprecated the following packages: | |
As part of an architectural cleanup, we deprecated and stopped publishing the following packages: |
|
||
These options should now be set as follows: | ||
|
||
```js | ||
import * as Sentry from '@sentry/vue'; | ||
|
||
Sentry.init({ | ||
integrations: [ | ||
Sentry.vueIntegration({ | ||
tracingOptions: { | ||
trackComponents: true, | ||
timeout: 1000, | ||
hooks: ['mount', 'update', 'unmount'], | ||
}, | ||
}), | ||
], | ||
}); | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l: should this not stay indented as it belongs to the bullet point above?
Some changes made based on trying to use the migration doc.