You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed false positive: global.__inspector is always present on Hermes — removed it from debugger detection. This was silently disabling all Console and Network interception on every Hermes-based RN app.
Redux Panel Overhaul
All actions collapsed by default: No more auto-expanding the latest action. Clean, scannable list.
Click to expand, click again to collapse: Toggle behavior instead of always-open.
Highlighted leaf-level diffs: Store changes now show only the exact values that changed (e.g. merchandisableCategories: null → "") instead of dumping the entire state slice. Old values shown with strikethrough in red, new values in green.
Scroll stays in place: Clicking an action scrolls it into view with block: nearest — no more jumping to the bottom.
Console Panel Fixes
DOM limit increased: From 500 to 5000 rows — scroll through all logs without the empty state appearing.
Smart auto-scroll: Only auto-scrolls to bottom if user is already near the bottom. Scrolling up to read old logs now stays stable.
Better empty state: Shows "Logs will appear here automatically" instead of the confusing "Add RNDebugSDK.js to your app".
Filter-aware empty state: When logs exist but are filtered out, shows "No matching logs — Adjust level filters".
Redux in console: Redux actions always stored in console log array. Toggle "Redux Actions" in the dropdown to show/hide them.
Setup Improvements
Deep store file search: Finds Redux store files in non-standard locations (recursive search up to 4 levels).
Fixes broken paths on re-run: Detects and repairs stale require paths from older setup versions.