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 I do the following in a before_filter...
Honeybadger.context({ :debuga => true, :debugb => 'true', :debugc => false, :debugd => 'false'})
...then Honeybadger logs this:
Context { "debugb" => "true", "debugd" => "false" }
The "string booleans" are preserved, but the real booleans are not. This is also true of deeply nested booleans in embedded hashes.
The text was updated successfully, but these errors were encountered:
Hey thanks for the report. We're currently testing a beta release of 1.9.0 -- after we have a stable release, I'll get this fixed and bump to 1.9.1.
Sorry, something went wrong.
Ensure falsey values are sent in context. #43
ee0cfb2
This has been fixed. It was actually just a UI issue on honeybadger.io -- the gem was sending the correct values. Thanks for the report!
No branches or pull requests
If I do the following in a before_filter...
...then Honeybadger logs this:
The "string booleans" are preserved, but the real booleans are not. This is also true of deeply nested booleans in embedded hashes.
The text was updated successfully, but these errors were encountered: