zipkin-js
zipkin-js copied to clipboard
Input validation
We should make zipkin-js' public API fool-proof, by validating every input argument to every public function.
Using typescript and generate typings could be one solution. More low-hanging would be to use something like json-schema or joi if there are rich options objects.