feat: Vercel Analytics 및 Speed Insights 연동 - #26
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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.
💡 PR 요약
📋 작업 내용
@vercel/analytics,@vercel/speed-insights패키지 설치App.tsx최상위에<Analytics />,<SpeedInsights />컴포넌트 마운트/react임포트 경로 사용 (/next아님)🤝 리뷰 시 참고사항