This PR fixes an issue when you serve nx-dev locally and navigate between pages in the browser. You'll get an error that `gtag` is not defined since we never loaded it. We now check that we're in production environment before sending events.
This PR fixes an issue when you serve nx-dev locally and navigate between pages in the browser. You'll get an error that `gtag` is not defined since we never loaded it. We now check that we're in production environment before sending events.