You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cause of this failure seems to be that our block we give to Rails.application.config.to_prepare in lib/new_relic/agent/parameter_filtering.rb is not getting called for some reason.
This is the commit where the issue first starts: rails/rails@896c7fa in gemfile:
Checking the Gemfile.lock, when it passes it is using rack 2.2.6.2, and when it fails it's using rack 3.0.4.1. It's not clear to me at this point why a change in rack version would prevent our Rails.application.config.to_prepare block in lib/new_relic/agent/parameter_filtering.rb from getting called.
The text was updated successfully, but these errors were encountered:
We test railsedge in our nightly CI, but after recent commits to rails, this test is failing:
The cause of this failure seems to be that our block we give to
Rails.application.config.to_prepare
inlib/new_relic/agent/parameter_filtering.rb
is not getting called for some reason.This is the commit where the issue first starts: rails/rails@896c7fa in gemfile:
The commit before that has everything passing rails/rails@f6e36c9
Checking the Gemfile.lock, when it passes it is using rack 2.2.6.2, and when it fails it's using rack 3.0.4.1. It's not clear to me at this point why a change in rack version would prevent our
Rails.application.config.to_prepare
block inlib/new_relic/agent/parameter_filtering.rb
from getting called.The text was updated successfully, but these errors were encountered: