Skip to content

docs: align fingerprint API counts with stats pages#800

Closed
harlan-zw wants to merge 3 commits into
mainfrom
docs/793-fingerprint-api-counts
Closed

docs: align fingerprint API counts with stats pages#800
harlan-zw wants to merge 3 commits into
mainfrom
docs/793-fingerprint-api-counts

Conversation

@harlan-zw

@harlan-zw harlan-zw commented May 27, 2026

Copy link
Copy Markdown
Collaborator

🔗 Linked issue

Resolves #793

❓ Type of change

  • 📖 Documentation
  • 🐞 Bug fix
  • 👌 Enhancement
  • ✨ New feature
  • 🧹 Chore
  • ⚠️ Breaking change

📚 Description

X Pixel and Microsoft Clarity fingerprint API counts were inconsistent across docs vs the live stats pages. Updates first-party.md and v1.md so X Pixel reads 4 (was 9) and Clarity reads 5 (was 10), matching scripts.nuxt.com/scripts/x-pixel and /scripts/clarity.

The script stats pages on scripts.nuxt.com count active hardware
fingerprinting APIs (X Pixel: 4, Clarity: 5), but the first-party
guide and v1 release notes were citing the wider entropy-weighted
set (9 and 10). Use the stats-page numbers so both pages agree.
@vercel

vercel Bot commented May 27, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
scripts-playground Ready Ready Preview, Comment May 27, 2026 7:22am

@pkg-pr-new

pkg-pr-new Bot commented May 27, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@nuxt/scripts@800

commit: ab29152

@coderabbitai

coderabbitai Bot commented May 27, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This PR corrects quantitative documentation claims about third-party script fingerprinting behavior across two pages. The First-Party Mode guide and v1 release notes are updated to consistently state that the X Pixel accesses 4 fingerprinting APIs (reduced from 9) and Microsoft Clarity accesses 5 fingerprinting APIs (reduced from 10), while preserving other cited metrics for tracking cookies and domains contacted. These changes align the documentation with actual script behavior observations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely describes the main change: aligning fingerprint API counts between documentation pages and stats pages.
Linked Issues check ✅ Passed The PR directly addresses issue #793 by updating documentation to align X Pixel and Microsoft Clarity fingerprinting API counts between the first-party guide and stats pages.
Out of Scope Changes check ✅ Passed All changes are directly related to resolving the documentation inconsistency identified in issue #793; no unrelated modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The description clearly explains the purpose of the changes—updating fingerprinting API counts in documentation to match the stats pages (X Pixel from 9 to 4, Clarity from 10 to 5).

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/793-fingerprint-api-counts

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

docs: inconsistent X and Clarity tracking facts

1 participant