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
574 stars 97 forks source link

Expose tag_error_class option in strict mode #341

Closed raginpirate closed 1 year ago

raginpirate commented 1 year ago

This exposes the tag_error_class on statsd_count_success in strict mode. Seems like it should be accessible in strict mode since it is not deprecated and has been released for some time (https://github.com/Shopify/statsd-instrument/pull/304).

I did not find any existing tests for strict mode, so I avoided testing this change.

For reviewers: