What's wrong with this entry?
Anonymous. No account, no email.
What: Claude Code now generates an anonymized hash identifier for repositories to improve telemetry without exposing actual repository URLs.
How it works:
- Parses git remote URLs (supports both SSH and HTTPS formats)
- Normalizes the URL to
host/pathformat - Generates a SHA-256 hash and uses the first 16 characters
- Included in telemetry events as
rhproperty
Details:
- Supports formats like
[email protected]:org/repo.gitandhttps://github.com/org/repo - Evidence:
pA6()at line ~192113,V7B()at line ~192122