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

fix(vue): Remove outdated Vue SDK options #13192

Merged
merged 3 commits into from
Apr 2, 2025

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Apr 1, 2025

This PR brings our Vue Getting Started page up to date. We changed options around a bit in v9 and forgot to remove some removed options from docs. Also did some minor improvements while I was at it.

  • Removed the entire "Vue specific Options" subsection as it doesn't really make sense in a Vue-specific onboarding guide:
    • Removed logErrors as this is now just default behaviour
    • Removed tracingOptions
    • Moved attachProps to general options page (PlatformSectioned of course)
    • Added attachErrorHandler to general options page (PlatformSectioned of course)
  • Added highlighting to Sentry.init code block

closes #13157

Copy link

vercel bot commented Apr 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2025 8:10am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
changelog ⬜️ Ignored (Inspect) Visit Preview Apr 2, 2025 8:10am
develop-docs ⬜️ Ignored (Inspect) Visit Preview Apr 2, 2025 8:10am

@Lms24 Lms24 force-pushed the lms/fix-vue-outdated-sdk-options branch from bd75cd9 to 388d8bd Compare April 2, 2025 07:40
Copy link

codecov bot commented Apr 2, 2025

Bundle Report

Changes will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-server-cjs 10.61MB -9 bytes (-0.0%) ⬇️
sentry-docs-client-array-push 9.45MB -6 bytes (-0.0%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 868.67kB -0.0%
static/chunks/8931-*.js -3 bytes 397.42kB -0.0%
static/-*.js (New) 578 bytes 578 bytes 100.0% 🚀
static/-*.js (New) 77 bytes 77 bytes 100.0% 🚀
static/uddJc3Lj6-*.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
static/uddJc3Lj6-*.js (Deleted) -578 bytes 0 bytes -100.0% 🗑️
view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.58MB -0.0%
../instrumentation.js -3 bytes 911.63kB -0.0%
9523.js -3 bytes 887.68kB -0.0%

@Lms24 Lms24 merged commit d44f7d2 into master Apr 2, 2025
11 checks passed
@Lms24 Lms24 deleted the lms/fix-vue-outdated-sdk-options branch April 2, 2025 12:03
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.

Vue's Sentry.init() options guide needs updating
3 participants