Skip to content

Conversation

@pulpdrew
Copy link
Contributor

Summary

This PR fixes a bug where the the isRootSpan filter facet would show duplicate true values, but (interestingly) only if the value had never been pinned before.

Before

Screenshot 2025-12-12 at 10 21 04 AM

After

Screenshot 2025-12-12 at 10 20 33 AM

@changeset-bot
Copy link

changeset-bot bot commented Dec 12, 2025

🦋 Changeset detected

Latest commit: 00e8e2c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@hyperdx/app Patch
@hyperdx/api Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Dec 12, 2025

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

Project Deployment Preview Comments Updated (UTC)
hyperdx-v2-oss-app Ready Ready Preview Comment Dec 12, 2025 3:22pm

@claude
Copy link

claude bot commented Dec 12, 2025

✅ No critical issues found.

The fix correctly preserves the type of values in the Set (string | boolean) instead of stringifying them, which was causing duplicate entries when boolean true was converted to string "true".

The change is consistent with how facet values are handled elsewhere in the code (DBSearchPageFilters.tsx:991-999).

@github-actions
Copy link
Contributor

E2E Test Results

All tests passed • 46 passed • 3 skipped • 270s

Status Count
✅ Passed 46
❌ Failed 0
⚠️ Flaky 0
⏭️ Skipped 3

View full report →

@pulpdrew pulpdrew requested review from a team and brandon-pereira and removed request for a team December 12, 2025 15:31
@pulpdrew pulpdrew merged commit 84d60a6 into main Dec 12, 2025
10 checks passed
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.

3 participants