fix(webhook-logs): add Linear and Sentry to webhook logs filter UI and CLI#1156
Merged
fix(webhook-logs): add Linear and Sentry to webhook logs filter UI and CLI#1156
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
nhopeatall
approved these changes
Apr 22, 2026
Collaborator
nhopeatall
left a comment
There was a problem hiding this comment.
Summary
LGTM! The changes correctly add Sentry and Linear options to the webhook logs source filter dropdown, style the source badges correctly, and update the CLI messages and options.
No tactical or strategic issues found. I have also verified that the tests, linting, and TS builds pass successfully.
🕵️ opencode · google/gemini-3.1-pro-preview · run details
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.
Summary
LinearandSentryoptions to the webhook logs source filter dropdown (web/src/routes/global/webhook-logs.tsx)linear(purple) andsentry(rose/red) badge colors toSourceBadgecomponent (web/src/components/webhooklogs/webhooklogs-table.tsx)--sourceflag description and empty-state message to mention Linear and Sentry (src/cli/dashboard/webhooklogs/list.ts)Root cause: Linear and Sentry webhook sources (
source: 'linear'/source: 'sentry') were already being written to thewebhook_logsDB table bysrc/router/index.ts, but the dashboard UI dropdown and CLI help text were never updated when these providers were added.Trello card: https://trello.com/c/69e3481c105f5e2064ec58fa
Test plan
npm run lint— passes (no issues)npm run typecheck— passes (no errors)npx vitest run --project unit-api tests/unit/api/routers/webhookLogs.test.ts— 11 tests pass/global/webhook-logs, confirm "Linear" and "Sentry" appear in the source dropdownSourceBadgerenders a purple badge forlinearsource and a rose badge forsentrysourcecascade webhooklogs list --helpand confirm updated source description🤖 Generated with Claude Code
🕵️ claude-code · claude-sonnet-4-6 · run details