amplitude / Amplitude-Node

Server-side Node.js SDK for Amplitude
MIT License
67 stars 20 forks source link

fix(event): no longer set platform field on every event #91

Closed ajhorst closed 3 years ago

ajhorst commented 3 years ago

Summary

No longer set platform field on every event. Doing so causes other fields to be nulled out, so this change will stop that from occurring by default (see https://developers.amplitude.com/docs/http-api-v2)

Checklist