Shopify / statsd-instrument

A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.
http://shopify.github.io/statsd-instrument
MIT License
570 stars 94 forks source link

Update strict mode to also return VOID when calling metric methods. #242

Closed wvanbergen closed 4 years ago

wvanbergen commented 4 years ago

In #237, we updated metrics methods to return a VOID value, rather than nil, for backwards compatibility. We forgot to update strict mode to do the same. This fixes that.