amplitude / Amplitude-Node

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

feat(validation): tougher rules on validate for device/user id #84

Closed kelvin-lu closed 3 years ago

kelvin-lu commented 3 years ago

Summary

Adds a check to make sure user and device ID's are the correct type (will fail if numeric)

Helps debug #63 (dataPL ticket tracked internally)

Checklist