Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1708366: Ensure only empty pings triggers logging of "empty ping" message #279

Merged
merged 1 commit into from
May 4, 2021

Conversation

ChinYing-Li
Copy link
Contributor

I think the original logic is wrong, in that the message Storage for ${ping.name} empty. Ping will still be sent. will be logged if eventsData is defined.

if (!metricsData && !eventsData && !ping.sendIfEmpty) {
console.info(`Storage for ${ping.name} empty. Bailing out.`);
return;
} else if (!metricsData) {
console.info(`Storage for ${ping.name} empty. Ping will still be sent.`);
}

@Dexterp37 Dexterp37 self-requested a review May 4, 2021 11:10
Copy link
Contributor

@Dexterp37 Dexterp37 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Yes, the logic was wrong before. Great PR!

@Dexterp37 Dexterp37 merged commit dc353f1 into mozilla:main May 4, 2021
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.

2 participants