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
exception gets send to backend
[2021-01-19T08:11:38.595375 #1] WARN -- : An error occurred when sending a notification using 'mattermost' notifier.NoMethodError: undefined method `parent_name' for XXX::Application:Class /usr/local/bundle/gems/railties-6.1.1/lib/rails/railtie.rb:209:in `method_missing' /usr/local/bundle/gems/exception_notification-4.4.3/lib/exception_notifier/modules/formatter.rb:114:in `rails_app_name' /usr/local/bundle/gems/exception_notification-4.4.3/lib/exception_notifier/modules/formatter.rb:17:in `initialize' /usr/local/bundle/gems/exception_notification-4.4.3/lib/exception_notifier/mattermost_notifier.rb:11:in `new' /usr/local/bundle/gems/exception_notification-4.4.3/lib/exception_notifier/mattermost_notifier.rb:11:in `call' /usr/local/bundle/gems/exception_notification-4.4.3/lib/exception_notifier.rb:162:in `fire_notification' /usr/local/bundle/gems/exception_notification-4.4.3/lib/exception_notifier.rb:71:in `block in notify_exception' /usr/local/bundle/gems/exception_notification-4.4.3/lib/exception_notifier.rb:69:in `each' /usr/local/bundle/gems/exception_notification-4.4.3/lib/exception_notifier.rb:69:in `notify_exception' /usr/local/bundle/gems/exception_notification-4.4.3/lib/exception_notification/rack.rb:59:in `rescue in call' /usr/local/bundle/gems/exception_notification-4.4.3/lib/exception_notification/rack.rb:48:in `call'
Rails version: 6.1 Ruby version: 2.7.1
The text was updated successfully, but these errors were encountered:
smartinez87#503 Use module_parent_name for rails 6 upwards
fcbb970
Merge pull request #504 from quorak/quorak-patch-module_parent_name
e9f09b8
#503 Use module_parent_name for rails 6 upwards
@quorak you're right, it also happens with a custom notifier.
@smartinez87 any plan on releasing an updated gem version or should I source from master for the time being?
Anyhow, thanks to both of you for your work in this! 🙏
Sorry, something went wrong.
Looks like this issue has already been addressed, so can be safely closed now.
cc @smartinez87
No branches or pull requests
Steps to reproduce
Expected behavior
exception gets send to backend
Actual behavior
System configuration
Rails version: 6.1
Ruby version: 2.7.1
The text was updated successfully, but these errors were encountered: