Commit 17f783b
authored
feat(inbox): Allow filtering reports by product (#1421)
## 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-task` branch) queries ClickHouse `document_embeddings` for report IDs that have signals from the requested source products, then filters the PostgreSQL queryset by those IDs.1 parent c6ab37b commit 17f783b
13 files changed
Lines changed: 745 additions & 241 deletions
File tree
- apps/code/src
- renderer
- api
- features/inbox
- components
- stores
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
956 | 959 | | |
957 | 960 | | |
958 | 961 | | |
| |||
0 commit comments