-
Notifications
You must be signed in to change notification settings - Fork 162
✨ [RUM-8780] Make developer extension capable of injecting the browser SDK #3877
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
base: main
Are you sure you want to change the base?
Conversation
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage 🔗 Commit SHA: 0252280 | Docs | Was this helpful? Give us feedback! |
} | ||
|
||
return 'us1' | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can probably remove this, the thing is that I was getting 403 so this was the fallback.
Gonna look for a better way.
(Open to suggestions)
Bundles Sizes Evolution
🚀 CPU PerformancePending... 🧠 Memory PerformancePending... |
Motivation
The idea is to be able to inject the SDK on a page that does not have it. Injecting the local version and CDN version.
Changes
Load the extension dist folder, in chrome://extensions/. And on the SDK side go to developer-extension and
yarn dev
.Disable the deployed Developer Extension to not have issues.
Added under Datadog Employee mode, the possibility to inject using CDN the SDK on pages that do not have it.
Test instructions
Screen.Recording.2025-09-26.at.16.37.02.mov
Checklist