We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/DataDog/dogstatsd-ruby/releases/tag/v5.6.4 should contain https://github.com/DataDog/dogstatsd-ruby/pull/301/files?diff=unified&w=1#diff-8a9cd5151648ed7bf550fbb2a5c5b1ac11ee864a6f9165ad5b61d03cfd395197R77
but it does not:
$ gem contents dogstatsd-ruby --version 5.6.4 | > grep tag_serializer.rb | > xargs tail -24 | > head -5 def escape_tag_content(tag) tag = tag.to_s return tag unless tag.include?('|') tag.delete('|,') end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/DataDog/dogstatsd-ruby/releases/tag/v5.6.4 should contain https://github.com/DataDog/dogstatsd-ruby/pull/301/files?diff=unified&w=1#diff-8a9cd5151648ed7bf550fbb2a5c5b1ac11ee864a6f9165ad5b61d03cfd395197R77
but it does not:
The text was updated successfully, but these errors were encountered: