When I track an Set of messages (messageset.sendMessageSet();) on the newest LTS of Node, I get the following error:
Error: One or more required fields were not set on the message, please check the documentation on how to set the following message fields: api_key, type, user_id, time_stamp, platform, message
Switching back to Node 6.x resolves this issue.
When I track an Set of messages (messageset.sendMessageSet();) on the newest LTS of Node, I get the following error: Error: One or more required fields were not set on the message, please check the documentation on how to set the following message fields: api_key, type, user_id, time_stamp, platform, message Switching back to Node 6.x resolves this issue.
Please fix and update the npm package!