| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
✅ Actions performed
Review triggered.
|
Sorry, something went wrong.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 684015fe-f587-4ff6-876b-0945a4350f4d 📥 CommitsReviewing files that changed from the base of the PR and between 2e42e4a and f166ccc. 📒 Files selected for processing (1)
📝 Walkthrough WalkthroughThe packages/core/package.json file is updated to expand the sideEffects configuration array. Two new glob patterns are added: ./inspector_modules.js and ./debugger/webinspector-*.js. These entries instruct bundlers to preserve these inspector and debugger modules during tree-shaking. ChangesInspector and Debugger Side Effects Declaration
Suggested labels♥ community PR 🚥 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. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
packages/core/package.json had incomplete sideEffects metadata, 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
Resulting manifest section
Network requests are now inspectable.

