Does anyone use Amplitude?
I just integrate this analysis tool in my side project.
I follow the resource of how to setup,
but later, I found out that I could access variable Amplitude
and do logEvent
in my console.log on my website.
It would not be ok if others can do the same thing and will pollute my analysis
data with no doubt
Any idea to hide a global variable which is loaded async ?
Thanks in advance