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

feat(nuxt): Deprecate tracingOptions in favor of vueIntegration #14530

Merged
merged 5 commits into from
Dec 2, 2024

Conversation

lforst
Copy link
Member

@lforst lforst commented Nov 29, 2024

Ref: #14265

Deprecates the tracingOptions in favor of the newly exposed vueIntegration so that we can streamline the setting of these options.

Copy link
Contributor

github-actions bot commented Nov 29, 2024

size-limit report 📦

⚠️ Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.

Path Size % Change Change
@sentry/browser 23.1 KB - -
@sentry/browser - with treeshaking flags 21.83 KB - -
@sentry/browser (incl. Tracing) 35.5 KB - -
@sentry/browser (incl. Tracing, Replay) 72.39 KB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.87 KB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 76.71 KB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 89.19 KB - -
@sentry/browser (incl. Feedback) 39.86 KB - -
@sentry/browser (incl. sendFeedback) 27.72 KB - -
@sentry/browser (incl. FeedbackAsync) 32.53 KB - -
@sentry/react 25.8 KB - -
@sentry/react (incl. Tracing) 38.4 KB - -
@sentry/vue 27.25 KB - -
@sentry/vue (incl. Tracing) 37.3 KB - -
@sentry/svelte 23.25 KB - -
CDN Bundle 24.32 KB - -
CDN Bundle (incl. Tracing) 37.2 KB - -
CDN Bundle (incl. Tracing, Replay) 72.08 KB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 77.41 KB - -
CDN Bundle - uncompressed 71.45 KB - -
CDN Bundle (incl. Tracing) - uncompressed 110.5 KB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 223.57 KB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 236.79 KB - -
@sentry/nextjs (client) 38.71 KB - -
@sentry/sveltekit (client) 36.05 KB - -
@sentry/node 135.08 KB - -
@sentry/node - without tracing 97.13 KB - -
@sentry/aws-serverless 109.43 KB - -

View base workflow run

@mydea
Copy link
Member

mydea commented Nov 29, 2024

l: The changelog and the PR title reference nuxt, but the change is in the vue package?

@lforst
Copy link
Member Author

lforst commented Nov 29, 2024

l: The changelog and the PR title reference nuxt, but the change is in the vue package?

Good point actually. I seem to have fumbled that deprecation before - we already have it in the migration guide. Now it is actually correct.

/**
* @deprecated Add the `vueIntegration()` and pass the `tracingOptions` there instead.
*/
tracingOptions: Partial<TracingOptions>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Base automatically changed from lforst-expose-vue-integration-in-nuxt to develop December 2, 2024 08:49
@lforst lforst merged commit 146bafc into develop Dec 2, 2024
36 checks passed
@lforst lforst deleted the lforst-depr-nuxt-tracing-options branch December 2, 2024 10:14
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.

3 participants