Skip to content

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