2025-12-27

요약 (AI 작성)

chrome-remote-devtools 프로젝트에서 npm 배포 워크플로우 구성, Sentry 스타일 init() API 도입 및 ESM 마이그레이션, 문서화(README 스크린샷·다국어·PackageManagerTabs), 인스펙터 리플레이 모드 개선, SessionReplay 도메인 추가, 서버 CLI/SSL/파일 로깅 기능 등 대규모 안정화 및 배포 준비 작업이 이루어졌습니다.

커밋

ohah/chrome-remote-devtools

PR (해당일 생성/머지)

repo#상태제목
ohah/chrome-remote-devtools#40mergedfix(docs): remove dead link to installation page from guide index
ohah/chrome-remote-devtools#39mergeddocs(guide): improve quick start and examples with PackageManagerTabs
ohah/chrome-remote-devtools#38mergedfix(config): add repository field for trusted publishing provenance
ohah/chrome-remote-devtools#37mergedrefactor(config): simplify npm publish workflow
ohah/chrome-remote-devtools#36mergedfix(config): move workspace dependency removal to workflow before npm publish
ohah/chrome-remote-devtools#35mergedchore(config): bundle rrweb and add workspace dependency removal script
ohah/chrome-remote-devtools#34mergedfix(config): fix npm publish workflow duplicate runs and version error
ohah/chrome-remote-devtools#33mergedrefactor: improve code quality and reduce duplication
ohah/chrome-remote-devtools#32mergedfix: network response size display and replay timeout error
ohah/chrome-remote-devtools#31mergedfeat(client): Add Sentry-style init() API and migrate to ESM
ohah/chrome-remote-devtools#30mergedfix(document): use index.iife.js for client script path
ohah/chrome-remote-devtools#29mergedfeat(docs): improve DevToolsPlayground replay mode and update documentation