Skip to content

Conversation

@lmac012
Copy link
Contributor

@lmac012 lmac012 commented Feb 3, 2026

Task/Issue URL: https://app.asana.com/1/137249556945/project/1205648422731273/task/1213076046472940?focus=true

Description

This PR switches the API used for sending daily wide event pixels from fire() to enqueueFire().

Steps to test this PR

QA-optional

No UI changes


Note

Medium Risk
Changes telemetry delivery semantics by switching daily wide-event pixels from immediate fire to enqueueFire under a feature flag, which could affect ordering or delivery timing if the queue behaves differently.

Overview
When enqueueWideEventPixels is enabled, PixelWideEventSender now enqueues both the count (_c) and daily (_d) wide-event pixels instead of only enqueuing the count pixel and firing the daily pixel immediately.

Tests were updated to assert that the daily pixel is also sent via enqueueFire in the enqueue-enabled scenario.

Written by Cursor Bugbot for commit 8af1583. This will update automatically on new commits. Configure here.

Copy link
Contributor Author

lmac012 commented Feb 3, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant