feat(inbox): Allow filtering reports by product#1421
Open
Twixes wants to merge 1 commit intotwixes/inbox-report-task-logsfrom
Open
feat(inbox): Allow filtering reports by product#1421Twixes wants to merge 1 commit intotwixes/inbox-report-task-logsfrom
Twixes wants to merge 1 commit intotwixes/inbox-report-task-logsfrom
Conversation
This was referenced Apr 1, 2026
Member
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
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
4cf4360 to
e2a889f
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
e2a889f to
f813d93
Compare
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.