Skip to content

ReactoRadar v1.5.3

Choose a tag to compare

@sharanagouda sharanagouda released this 03 Jun 10:52
· 24 commits to main since this release

What's New in v1.5.3

Bug Fixes — Debugger Conflict Resolution

  • Auto-detect CDP debugger: SDK now automatically pauses interception when Chrome DevTools / Hermes Inspector is attached
  • Removed XHR re-wrap timers: Eliminated prototype chain breakage that occurred when a debugger attached mid-session
  • Console intercept guard: Console patching is skipped when CDP is connected, preventing double-logging and message queue deadlocks
  • Fetch clone guard: Fetch response cloning is disabled when CDP network interception (Fetch.enable) is active

New Features

  • Metro Bundler port is now configurable: Switch between multiple Metro bundlers running on different ports directly from Settings > Connection
  • JS Debugger button shows active port: The toolbar now displays which Metro port the debugger is targeting (e.g. JS Debugger (:8081))
  • Developer LinkedIn profile: Added to Settings > About alongside GitHub and Documentation links

Documentation

  • Added ARCHITECTURE.md — complete technical document covering connection lifecycle, data flow, and how console/network data moves from the RN app to the debugger UI

Downloads

  • ReactoRadar-1.5.3-arm64.dmg — macOS installer (Apple Silicon)
  • ReactoRadar-1.5.3-arm64-mac.zip — Portable zip archive