✨ scaffold @datadog/browser-rum-vue package#4325
Merged
Conversation
mormubis
commented
Mar 13, 2026
| module.rules.push({ | ||
| test: /\.m?js$/, | ||
| include: /node_modules\/(react|react-router-dom|react-dom|react-router|turbo-stream)/, | ||
| include: /node_modules\/(react|react-router-dom|react-dom|react-router|turbo-stream|vue-router)/, |
Contributor
Author
There was a problem hiding this comment.
Vue-router ships its devtools as a .mjs with optional chaining, older BS browsers blow up on it. Already transpiling React packages here for the same reason, vue-router is the same fix.
89e5ba3 to
b596035
Compare
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 594d73c | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
b596035 to
165377f
Compare
5 tasks
5 tasks
This was referenced Mar 13, 2026
BeltranBulbarellaDD
approved these changes
Mar 16, 2026
rgaignault
approved these changes
Mar 16, 2026
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
First of four PRs adding Vue 3 RUM integration. This one is just the empty package shell and monorepo plumbing. Nothing user-facing yet, but the next three PRs need this to exist first.
Changes
Creates the `@datadog/browser-rum-vue` package skeleton: `package.json`, empty entry stubs, the `vue-router-v4` sub-entry for the router integration in PR 3.
The rest is infrastructure:
Test instructions
No tests here, it's all plumbing. The test suite should pass unchanged.
Checklist