Skip to content

fix: hide error tracking fingerprint from signal reports#1578

Open
reverb256 wants to merge 3 commits intoPostHog:mainfrom
reverb256:fix/1573-hide-fingerprint
Open

fix: hide error tracking fingerprint from signal reports#1578
reverb256 wants to merge 3 commits intoPostHog:mainfrom
reverb256:fix/1573-hide-fingerprint

Conversation

@reverb256
Copy link
Copy Markdown
Contributor

Problem

The fingerprint string in error tracking signal cards is very long, not human-readable, and clutters the UI.

Fix

Removed the fingerprint display block (WarningIcon + fingerprint text) from ErrorTrackingSignalCard. Kept the fingerprint field in the type definition since it is part of the API contract.

Fixes #1573

The fingerprint string is very long, not human-readable, and clutters
the signal card UI. Removed the fingerprint display block from
ErrorTrackingSignalCard.

Kept the fingerprint field in the type definition as it's part of the
API contract.

Fixes PostHog#1573

Signed-off-by: reverb256 <reverb256@users.noreply.github.com>
@adboio adboio self-assigned this Apr 9, 2026
@adboio adboio self-requested a review April 9, 2026 03:52
@adboio adboio removed their assignment Apr 9, 2026
TypeScript strict mode flags 'extra' as unused since we removed the
fingerprint display. Renamed to '_' to indicate intentionally unused.

Signed-off-by: reverb256 <reverb256@users.noreply.github.com>
function ErrorTrackingSignalCard({
signal,
extra,
extra: _,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can we remove this param please if it's now un-used?

Per review feedback, removed the extra parameter entirely instead of
renaming to _ since it is no longer used by this component.

Signed-off-by: reverb256 <reverb256@users.noreply.github.com>
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.

hide error tracking fingerprint from signal reports

2 participants