amplitude / Amplitude-Node

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

feat: allow identify to take both null user id and null device id #115

Closed kelvin-lu closed 3 years ago

kelvin-lu commented 3 years ago

Summary

Allow the identify to take null user and device ID, and give a warning if both are empty

Checklist