Web-Dev-Path / web-dev-path

The Web Dev Path platform. Progressive Web App (PWA). Next.js rules!
https://webdevpath.co
GNU General Public License v3.0
33 stars 11 forks source link

Integrate Google Analytics 4 #178

Closed LuSilvaDeveloper closed 1 year ago

LuSilvaDeveloper commented 1 year ago
Web Dev Path
177

Have you updated the CHANGELOG.md file? If not, please do it.

Yes.

What is this change?

Integrated Google Analytics 4 (GA4) using the library next-ga.

Were there any complications while making this change?

No.

How did you verify this change?

I tested it locally using many browsers, such as Chrome, Firefox, Edge, and Safari (MAC).

When should this be merged?

After review

netlify[bot] commented 1 year ago

Deploy Preview for priceless-booth-2dfcaf ready!

Name Link
Latest commit 45aeba1af1ae5d6cf5054b66ef27493a91dc9ed5
Latest deploy log https://app.netlify.com/sites/priceless-booth-2dfcaf/deploys/64ae2d8e92cf4100086fd6d9
Deploy Preview https://deploy-preview-178--priceless-booth-2dfcaf.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mariana-caldas commented 1 year ago

Hey @LuSilvaDeveloper !

Great job on submitting your first PR 🎉

Can you please do the following steps?

  1. delete the .yarn folder with your local yarn configurations,
  2. add the following to our .gitignore since we don't want to version control your local cache.
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
  1. commit the change

https://stackoverflow.com/questions/69885538/should-i-push-the-yarn-cache-folder-to-github-yarn2

Please let me know if you have any questions!

LuSilvaDeveloper commented 1 year ago

Hey @mariana-caldas . Thank you! I've already fixed it.