Commit 5b52fed
committed
fix(seer): Populate referrer field in agent_handoff analytics from launch path
The agent_handoff event recorded in launch_coding_agents_for_run was
hardcoding referrer=None, making existing BigQuery queries that filter
on referrer silently miss these events. Pass a meaningful referrer from
each caller.
Agent transcript: https://claudescope.sentry.dev/share/IIXyFpJBudWIkdVKN1r9Zuex_oc_9hN1nUxhAi-tgF01 parent 5ab68e5 commit 5b52fed
File tree
3 files changed
+4
-1
lines changed- src/sentry
- integrations/api/endpoints
- seer
- autofix
- endpoints
3 files changed
+4
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| 424 | + | |
424 | 425 | | |
425 | 426 | | |
426 | 427 | | |
| |||
521 | 522 | | |
522 | 523 | | |
523 | 524 | | |
524 | | - | |
| 525 | + | |
525 | 526 | | |
526 | 527 | | |
527 | 528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| 605 | + | |
605 | 606 | | |
606 | 607 | | |
607 | 608 | | |
| |||
0 commit comments