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
If you're using Datadog, the trace options expect the tags option to be a hash. Ran into this when upgrading the ddtrace version from 0.x to 1.x.
TypeError: no implicit conversion of Array into Hash
redcord/lib/redcord/tracer.rb
Line 25 in add26ed
I'm not sure why this wasn't surfaced in ddtrace below version 1.
The text was updated successfully, but these errors were encountered:
It could be that statsd uses metrics as ["key:value", ...] and that's the confusion
Sorry, something went wrong.
No branches or pull requests
If you're using Datadog, the trace options expect the tags option to be a hash. Ran into this when upgrading the ddtrace version from 0.x to 1.x.
redcord/lib/redcord/tracer.rb
Line 25 in add26ed
I'm not sure why this wasn't surfaced in ddtrace below version 1.
The text was updated successfully, but these errors were encountered: