Skip to content

Commit

Permalink
[rails] disable eager loading in make_basic_app (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic authored Oct 17, 2024
1 parent 76ede87 commit 03293ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-rails/spec/dummy/test_rails_app/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def self.name
app.config.hosts = nil
app.config.secret_key_base = "test"
app.config.logger = ActiveSupport::Logger.new(nil)
app.config.eager_load = true
app.config.eager_load = false
app.config.active_job.queue_adapter = :test

# Eager load namespaces can be accumulated after repeated initializations and make initialization
Expand Down

0 comments on commit 03293ef

Please sign in to comment.