ruby
ruby copied to clipboard
Rails 7: NoMethodError (undefined method `silence' for Logdna::Ruby
Hi,
I'm getting this error on Rails 7.0.2.3, Ruby 3.0.3:

My config/environments/production.rb file contains this line:
config.logger = Logdna::Ruby.new(Rails.application.credentials.dig(:logdna, :secret))
Same. I got this when enabling session storage in a rails API only setup. I found a fork that fixes it but I'd rather not use a fork
gem 'activerecord-session_store', git: 'https://github.com/egallup02360/activerecord-session_store.git', ref: 'f876987'