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

Add GH Actions for Analytics Telemetry Checks #3912

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

akalia25
Copy link
Contributor

This commit adds a new GitHub workflow that runs tests to monitor telemetry events getting logged. The tests will flag when the deprecated v1 telemetry is being used as well as validate best practices are being followed

Test plan

Validate via GH actions on PR build

if grep -rEn 'logEvent|logEvents|eventLogger\.log' .; then
echo "Found log events in the following files:"
grep -rEn 'logEvent|logEvents|eventLogger\.log' . | while read -r line ; do
file=$(echo "$line" | cut -d':' -f1) match=$(echo "$line" | cut -d':' -f2-)
Copy link
Member

Choose a reason for hiding this comment

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

nit: weird spacing here

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.

None yet

2 participants