Skip to content

Releases: fiverr/node-statsd-client

Add "details" parameter to errors

11 Dec 09:49
aeeb279
Compare
Choose a tag to compare
1.0.1

Add details to errors (#9)

A change in error messages

22 Sep 13:00
285d974
Compare
Choose a tag to compare

Error message includes actual value

Before

Expected 'value' to be a number, instead got a number

After

Expected 'value' to be a number, instead got NaN (number)

Support high resolution time

06 Aug 06:34
f898837
Compare
Choose a tag to compare

stats.time can now accept hrtime as its value to offer a milliseconds measure with nanoseconds accuracy