feat: add sidebar filter telemetry for change detection#34481
feat: add sidebar filter telemetry for change detection#34481valentinpalkovic wants to merge 6 commits into
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughThis PR introduces telemetry tracking for sidebar filter changes. It adds a new Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
Comment |
Summary
sidebar-filtertelemetry event that tracks when users toggle built-in tag filters (_docs,_play,_test) or change detection status filters (new,modified,affected)Changes
core-events/index.ts: AddSIDEBAR_FILTER_CHANGEDchannel event constanttelemetry/types.ts: Add'sidebar-filter'toEventTypeuniontelemetry-channel.ts: HandleSIDEBAR_FILTER_CHANGEDand forward to telemetry backendFilterPanel.tsx: Emit telemetry on built-in tag and status filter interactionsstories.ts: Emit telemetry on page load when filters are pre-set via URL paramsTest plan
disableTelemetry)?statuses=newURL param → verify URL-trigger telemetry event🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Summary by CodeRabbit