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/rollbar/rollbar-gem/blob/master/lib/rollbar/plugins/active_job.rb is expecting ActionMailer::Base children have arguments, but actually not. thus causing the error in title
ActionMailer::Base
arguments
The text was updated successfully, but these errors were encountered:
I have the same problem rollbar-gem version 3.5.0. In my case Ruby: 3.2.2 Rails: 7.1.1.
rollbar-gem
3.5.0
3.2.2
7.1.1
Sorry, something went wrong.
Thank you for the reports. Working to get a fix out today.
Released in 3.5.1. https://github.com/rollbar/rollbar-gem/releases/tag/v3.5.1
Thanks @waltjones! :)
Successfully merging a pull request may close this issue.
https://github.com/rollbar/rollbar-gem/blob/master/lib/rollbar/plugins/active_job.rb is expecting
ActionMailer::Base
children havearguments
, but actually not.thus causing the error in title
The text was updated successfully, but these errors were encountered: