toptal / gitignore.io

Create useful .gitignore files for your project
https://www.toptal.com/developers/gitignore
MIT License
8.23k stars 624 forks source link

[SAT-433] Measure Field Data in Google Analytics #551

Closed filipechagas closed 3 years ago

filipechagas commented 3 years ago

Description

Send Core Web Vitals information to Google Analytics

How to test

konstrybakov commented 3 years ago
Screenshot 2021-09-14 at 07 53 34

This is in the compiled JS file. I haven't work with gitignore but I think if we commit the built js file, then we need to rebuild it to remove this alert!

filipechagas commented 3 years ago
Screenshot 2021-09-14 at 07 53 34

This is in the compiled JS file. I haven't work with gitignore but I think if we commit the built js file, then we need to rebuild it to remove this alert!

🤦 Gitignore doesn't automatically compiles the assets and I completely forgot to commit the compiled file after I removed the alert. Thanks for spotting that!