2026-02-08
요약 (AI 작성)
오늘은 chrome-remote-devtools 리포지토리에서 React Native Inspector와 DevTools 관련 안정성 및 UI 개선 작업을 진행했습니다. Performance 패널을 노출하고 Metro 대상에 따라 탭 표시를 조정하는 등 사용성 개선 커밋과, WebSocket 연결 재시도 로직·훅 동작 관련 버그 수정으로 안정성을 높이는 작업이 포함되어 있습니다.
PR 측면에서는 설정 모달 버튼 스타일 추가, Metro 전용 탭 표시 기능, 훅 동작 관련 수정 PR들이 병합되어 전체적인 사용자 경험과 개발 흐름이 개선되었습니다.
커밋
ohah/chrome-remote-devtools
- docs(config): document label REST API in pr command to avoid Projects classic
- fix(react-native-inspector): single connect attempt via connectWebSocket maxRetries
- feat(devtools): show Performance panel and relax React DevTools for RN
- fix(react-native-inspector): keep hooks disabled in Metro and try connect once
- refactor(react-native-inspector): skip CDP for time/timeEnd/timeLog/timeStamp
- chore(devtools): update bundled frontend and submodule
- feat(inspector): move host settings to title bar and improve modal layout
- fix(inspector): apply Copilot review — replace keys in Metro-only mode, remove dead branch
- feat(inspector): show only Metro tabs when Metro targets exist (DEV)