Hello, I’m trying to specify the platform field when triggering a logEvent, but thanks to the post below I found out that for the JS SDK the “platform” field always stays as “Web”, so, is there a way to manually change this?
I tried using something like:
amplitude.options.platform = “Android”
Before logging the event, but that didn’t work.