Failing pixels report#8596
Conversation
…emovalInterceptor.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e7a2007. Configure here.
| AppPixelName.ERROR_CODE_PIXEL.pixelName to PixelParameter.removeAtb(), | ||
| AppPixelName.DUCKAI_ONLY_WIDGET_ADDED.pixelName to PixelParameter.removeAtb(), | ||
| AppPixelName.SEARCH_ONLY_WIDGET_ADDED.pixelName to PixelParameter.removeAtb(), | ||
| AppPixelName.SEARCH_ONLY_WIDGET_DELETED.pixelName to PixelParameter.removeAtb(), |
There was a problem hiding this comment.
Missing DUCKAI_ONLY_WIDGET_DELETED from ATB removal interceptor
Medium Severity
DUCKAI_ONLY_WIDGET_DELETED is defined in AppPixelName but missing from the ATB removal interceptor, breaking the consistent pattern. Every other widget pixel pair (SEARCH_AND_FAVORITES_WIDGET_ADDED/_DELETED, SEARCH_WIDGET_ADDED/_DELETED, SEARCH_ONLY_WIDGET_ADDED/_DELETED) includes both the _ADDED and _DELETED variants in the interceptor. DUCKAI_ONLY_WIDGET_ADDED was added here but DUCKAI_ONLY_WIDGET_DELETED was not, so when it fires it will still include the ATB param.
Please tell me if this was useful or not with a 👍 or 👎.
Reviewed by Cursor Bugbot for commit e7a2007. Configure here.



Task/Issue URL: https://app.asana.com/1/137249556945/task/1214864368587046?focus=true
Description
Removed unnecessary atb param from the below pixels:
m_duckai_only_widget_addedm_search_only_widget_addedm_search_only_widget_deletedSteps to test this PR
NO UI changes
Note
Cursor Bugbot is generating a summary for commit e7a2007. Configure here.