🔧 Add Vue documentation and make package public#4402
Merged
BenoitZugmeyer merged 2 commits intomainfrom Mar 26, 2026
Merged
Conversation
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 8462ff8 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
rgaignault
approved these changes
Mar 26, 2026
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
BeltranBulbarellaDD
approved these changes
Mar 26, 2026
BeltranBulbarellaDD
requested changes
Mar 26, 2026
Contributor
BeltranBulbarellaDD
left a comment
There was a problem hiding this comment.
What happened to the error tracking part?
c6b0bf8 to
a430bc6
Compare
BeltranBulbarellaDD
approved these changes
Mar 26, 2026
|
|
||
| To automatically track route changes as RUM views, enable the `router` option in the plugin and use the Datadog `createRouter` wrapper instead of Vue Router's native one. | ||
|
|
||
| ### 1. Initialize the RUM SDK with router tracking enabled |
Contributor
There was a problem hiding this comment.
nit for next PR. I would also add "In your main.ts (or main.js)" here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Same idea as #4384 for Next.js. The Vue package needs docs before we publish it in beta, and it's still marked as private. This would be removed to point to the Docs page when we have it uploaded.
Changes
Update
rum-vueREADME.mdwith setup instructions, router view tracking, and error reporting.Add version tag and remove
"private": trueinpackage.json.Test instructions
N/A
Checklist