Skip to content

Commit

Permalink
fix: add version_name to event json body (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
bohan-amplitude authored Aug 10, 2022
1 parent e1bc8be commit 0ff8d67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ object JSONUtil {
eventJSON.addValue("location_lat", event.locationLat)
eventJSON.addValue("location_lng", event.locationLng)
eventJSON.addValue("ip", event.ip)
eventJSON.addValue("version_name", event.versionName)
eventJSON.addValue("idfa", event.idfa)
eventJSON.addValue("idfv", event.idfv)
eventJSON.addValue("adid", event.adid)
Expand Down

0 comments on commit 0ff8d67

Please sign in to comment.