Closed
Conversation
- WebView JavaScript 브리지 함수 호출 로깅 추가 - generateUUID() 및 pageLoad(data, uuid) 호출 검증 - Long hash 형식 traceId/spanId 생성으로 변경 (UUID → 숫자) - WebView에서 UUID를 taskId로 사용하여 traceId 설정 - webVitals API 엔드포인트를 "/v2/webVitals"로 수정 - 실시간 Export 로그 모니터링 UI 추가 - 프록시 서버 IP를 192.168.1.73:8080으로 변경 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- 5초 간격 백그라운드 HTTP 네트워크 요청 시스템 추가 - 다양한 외부 API 순환 호출 (httpbin.org, jsonplaceholder 등) - 실시간 Export 로그 모니터링 UI 대폭 확장 (화면 40% 크기) - WebView 브리지 로그 필터링 및 캡처 개선 - 로그 보관 용량 증가 (50개 → 100개) - 텍스트 크기 및 가독성 개선 - 로그 수집 시스템 디버깅 기능 추가 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
주요 변경사항
1. JavaScript 브리지 함수 로깅
generateUUID()호출 시 생성된 UUID 로깅pageLoad(data, uuid)호출 시 데이터와 UUID 파라미터 로깅webVitals()호출 시 데이터 로깅2. Long Hash TraceId 시스템
Math.abs(random.nextLong())사용하여 고유한 숫자 ID 생성3. WebView TraceId 통합
4. API 엔드포인트 수정
/webVitals→/v2/webVitals5. 실시간 모니터링 UI
Test Plan
🤖 Generated with Claude Code