-
Notifications
You must be signed in to change notification settings - Fork 13
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
Don't instantiate unused analytics client #116
Conversation
GA isn't used anywhere, so it won't do much good. Also, this has a copy-pasted GA ID from Genesis Blocks.
To follow what install-wp-tests.sh does
|
||
// @ts-ignore | ||
window.GcbAnalytics = { | ||
GAClient: new GAClient(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't used anywhere, at least yet.
And I mistakenly kept in the copied GA_ID
from Genesis Blocks.
echo "Error: Built tag already exists: $built_tag" | ||
exit 2 | ||
echo "Error: Built tag already exists: $built_tag" | ||
exit 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just changes spaces to tabs to match other file
Hi @johnstonphilip, |
@dreamwhisper, thanks a lot for reviewing this, and on your birthday! 🎂 |
Code looks straightforward and fine - smoke test showed no problems that I could see. |
@johnstonphilip, thanks a lot for testing this and approving it! |
Changes
GA_ID
that's copied from Genesis Blocks. I need to fix that.Testing instructions