issues
search
amplitude
/
Amplitude-Node
Server-side Node.js SDK for Amplitude
MIT License
67
stars
20
forks
source link
feat(validation): Validate events before the Node Client takes action on them.
#60
Closed
kelvin-lu
closed
3 years ago
kelvin-lu
commented
3 years ago
Summary
Adds the
isValidEvent
test that makes sure that events have some validity to them:
A valid event type
A device OR user id
Adds tests to check.
Checklist
[ ] Does your PR title have the correct
title format
?
Does your PR have a breaking change?:
Summary
isValidEvent
test that makes sure that events have some validity to them:Checklist