fix(core): complete sideEffects declarations for inspector modules, network requests in devtools#11229
Conversation
sideEffects declarations for inspector modules
sideEffects declarations for inspector modulessideEffects declarations for inspector modules, network requests in devtools
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesInspector and Debugger Side Effects Declaration
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
packages/core/package.jsonhad incompletesideEffectsmetadata, omitting inspector-related files that are loaded for debugging/runtime behavior which caused Network request inspector in devtools to not show all requests.What changed
packages/core/package.jsonsideEffectsarray to add:./inspector_modules.js./debugger/webinspector-*.jsResulting manifest section
Network requests are now inspectable.

