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:
Once this delivers, should I open a release commit?
This exposes the
tag_error_class
onstatsd_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: