feat(inbox): Allow filtering reports by product#1421
Merged
Conversation
This was referenced Apr 1, 2026
Member
Author
6fd1ae8 to
daa78e2
Compare
b0a601e to
5eca2b3
Compare
183257f to
deb2ce4
Compare
5eca2b3 to
84cdcd4
Compare
deb2ce4 to
c66064b
Compare
ce4e92f to
64ff373
Compare
sortafreel
approved these changes
Apr 1, 2026
d91e41c to
8d538bb
Compare
4f8cdb1 to
6fbbc0d
Compare
- Add source_product query param to SignalReportsQueryParams and API client - Add sourceProductFilter to filter store (empty = all sources, persisted) - Add "Source" multi-select section to toolbar filter/sort popover - Pass source_product filter to API when any sources are selected - Supports: session_replay, error_tracking, llm_analytics, github, linear, zendesk
52432fe to
f8d7da8
Compare
6fbbc0d to
912ef42
Compare
912ef42 to
380e3d4
Compare
380e3d4 to
912ef42
Compare
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Problem
No way to filter inbox reports by signal source - you see all reports regardless of whether they came from session replay, error tracking, GitHub issues, etc.
Changes
Adding "Source" multi-select in the toolbar filter popover (session replay, error tracking, LLM analytics, GitHub, Linear, Zendesk).
Backend support (in posthog/
sig/add-signal-report-taskbranch) queries ClickHousedocument_embeddingsfor report IDs that have signals from the requested source products, then filters the PostgreSQL queryset by those IDs.