Skip to content

feat: Vercel Analytics 및 Speed Insights 연동 - #26

Merged
koreahghg merged 5 commits into
developfrom
feat/vercel
Jun 24, 2026
Merged

feat: Vercel Analytics 및 Speed Insights 연동#26
koreahghg merged 5 commits into
developfrom
feat/vercel

Conversation

@koreahghg

Copy link
Copy Markdown
Member

💡 PR 요약

  • Vercel Analytics, Speed Insights 연동으로 방문자 통계 및 성능 지표 수집 시작

📋 작업 내용

  • @vercel/analytics, @vercel/speed-insights 패키지 설치
  • App.tsx 최상위에 <Analytics />, <SpeedInsights /> 컴포넌트 마운트
  • Vite + React 환경에 맞게 /react 임포트 경로 사용 (/next 아님)

🤝 리뷰 시 참고사항

  • 데이터는 Vercel 배포 환경에서만 수집되며, 로컬 개발 환경에서는 동작하지 않습니다.
  • 배포 후 Vercel 대시보드에서 최대 30초 내 데이터 확인 가능합니다.

@koreahghg
koreahghg requested a review from g-hyxn June 24, 2026 02:43
@koreahghg koreahghg self-assigned this Jun 24, 2026
@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aikon Ready Ready Preview, Comment Jun 24, 2026 5:11am

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request integrates Vercel Analytics and Speed Insights into the application by adding the @vercel/analytics and @vercel/speed-insights dependencies and rendering their components in src/app/App.tsx. The reviewer provided valuable feedback pointing out that placing these components outside of the router context prevents accurate route-specific data collection in an SPA. It is recommended to move them inside a layout component that can access the router context to correctly track analytics and performance metrics per route.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread src/app/App.tsx Outdated
@koreahghg
koreahghg merged commit 00cc039 into develop Jun 24, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants