Skip to content
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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

AbhiPrasad
Copy link
Member

Some changes made based on trying to use the migration doc.

@AbhiPrasad AbhiPrasad requested a review from a team January 2, 2025 15:35
@AbhiPrasad AbhiPrasad self-assigned this Jan 2, 2025
@AbhiPrasad AbhiPrasad requested review from mydea and Lms24 and removed request for a team January 2, 2025 15:35
Copy link
Member

@Lms24 Lms24 left a 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:
Copy link
Member

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?

Suggested change
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:

Comment on lines +173 to +190

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'],
},
}),
],
});
```
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants