vercel / analytics

Privacy-friendly, real-time traffic insights
https://vercel.com/analytics
Mozilla Public License 2.0
423 stars 26 forks source link

`track` should only run in browser environments #38

Closed tobiaslins closed 1 year ago

tobiaslins commented 1 year ago

If window is not defined, just return

timolins commented 1 year ago

Shouldn't we at least log something here to guide the user?

I can see users getting confused by this, that wrongly add it to getServerSideProps and don't see errors, nor does it work.