Skip to content

chore: hatjar 트래커 추가#186

Merged
heeeeyong merged 1 commit into
developfrom
chore/minor-updates
Aug 20, 2025
Merged

chore: hatjar 트래커 추가#186
heeeeyong merged 1 commit into
developfrom
chore/minor-updates

Conversation

@heeeeyong

@heeeeyong heeeeyong commented Aug 20, 2025

Copy link
Copy Markdown
Collaborator

이하동일

Summary by CodeRabbit

  • Chores
    • index.html의 head에 Hotjar 추적 스니펫을 추가하여 사용자 상호작용 분석을 활성화했습니다. 앱 기능이나 UI 변화는 없으며, 스크립트는 비동기 로딩으로 성능 영향이 최소화됩니다. 수집된 분석 데이터는 향후 사용자 경험 개선에 활용될 수 있습니다.

@coderabbitai

coderabbitai Bot commented Aug 20, 2025

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

Walkthrough

index.html의 head에 Hotjar 추적 스크립트 블록이 비동기로 추가되어, 글로벌 함수 hj와 _hjSettings(hjid: 6498626, hjsv: 6)를 설정하고 Hotjar CDN에서 스크립트를 로드하도록 구성되었습니다. 기존 로직 변경은 없습니다.

Changes

Cohort / File(s) Change Summary
Analytics Integration
index.html
head에 Hotjar 초기화 스니펫(hj 함수, _hjSettings 설정, async 스크립트 로드 및 head에 삽입) 추가

Sequence Diagram(s)

sequenceDiagram
    autonumber
    participant U as 사용자
    participant B as 브라우저(페이지)
    participant H as Hotjar CDN

    U->>B: index.html 요청/로딩
    B->>B: _hjSettings 설정(hjid=6498626, hjsv=6)
    B->>H: hotjar-<hjid>.js 비동기 로드
    H-->>B: Hotjar 스크립트 전송
    B->>B: hj 함수 초기화 및 큐 처리
    note over B: 초기 이벤트/세션 추적 시작
Loading

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

달빛 코드에 깃든 발자국 표시기,
토끼는 귀를 쫑긋, “핫자르야, 뛰어라!”
헤드에 살포시 심어 둔 한 줌 스크립트,
클릭과 스크롤, 바람 따라 모여들고,
당근 메모에 남긴다: “로드 완료!” 🥕✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 53176c8 and adf5244.

📒 Files selected for processing (1)
  • index.html (1 hunks)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/minor-updates

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@heeeeyong heeeeyong self-assigned this Aug 20, 2025
@heeeeyong heeeeyong added the 📃 Docs Improvements or additions to documentation label Aug 20, 2025
@vercel

vercel Bot commented Aug 20, 2025

Copy link
Copy Markdown

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

Project Deployment Preview Comments Updated (UTC)
thip Ready Ready Preview Comment Aug 20, 2025 1:39pm

@heeeeyong heeeeyong merged commit c72ba97 into develop Aug 20, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📃 Docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant