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

CHANGELOG addition for 2.7.0 w.r.t. `assert_statsd` methods #223

Closed wvanbergen closed 4 years ago

wvanbergen commented 4 years ago

Explicitly mention that assert_statsd_* calls will raise an ArgumentError now when they are called with an argument that is not supported, rather than silently ignoring them.