-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
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
NoMethodError after updating to 6.11.1 #555
Comments
Hi Yes, it looks like it may be related to using Thanks! |
Older versions of `mysql2` adapter do not contain the `bind` key in the Active Record notification. #555
Fixed in v6.12.1 |
again, 6.19 |
Hi @xxx44yyy, can you please let us know more detail about the error that you're seeing? Which version of Rails are you using? Is this related to Just seen that you've raised #653, let's move discussion over to there. If you could please let us know a bit more detail about what's happening in the run up to the error, and include any Bugsnag configuration you're using. |
Description
I’m trying to update the bugsnag gem from 6.10.0 to 6.11.1 for a rails application and the following error started to pop up when running the test suite. I'm able to run 6.10.0 without any issues.
Might be related to using
mysql2
as discussed here.Configuration for bugsnag is pretty minimal.
Environment
The text was updated successfully, but these errors were encountered: