Commit 3445a4a
fix(autofix): Show Add Integration CTA when no coding agents installed (#112625)
The coding agent dropdown in the autofix next-step UI was gated on
`codingAgentOptions.length > 0`, which meant the "Add Integration" CTA
link inside the dropdown footer was only visible to orgs that already
had
at least one coding agent integration installed. Orgs with zero
integrations had no way to discover or install one from the autofix
flow.
Changed the guard to render the dropdown whenever
`codingAgentIntegrations`
is defined (i.e. the current step supports coding agents), regardless of
whether any are installed. The dropdown now shows the "Add Integration"
footer link even when empty, directing users to the integrations
settings
page.
Agent transcript:
https://claudescope.sentry.dev/share/PXwCZuS75XHaHSRH9gv580ohH3NWiDH8vmAajsJ010c
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3f10a5d commit 3445a4a
File tree
2 files changed
+22
-2
lines changed- static/app/components/events/autofix/v3
2 files changed
+22
-2
lines changedLines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
216 | 235 | | |
217 | 236 | | |
218 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
| 348 | + | |
348 | 349 | | |
349 | 350 | | |
350 | 351 | | |
| |||
367 | 368 | | |
368 | 369 | | |
369 | 370 | | |
370 | | - | |
| 371 | + | |
371 | 372 | | |
372 | 373 | | |
373 | 374 | | |
| |||
0 commit comments