We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7755dab commit 087a05fCopy full SHA for 087a05f
sentry-rails/Gemfile
@@ -62,3 +62,5 @@ gem "benchmark-ips"
62
gem "benchmark_driver"
63
gem "benchmark-ipsa"
64
gem "benchmark-memory"
65
+
66
+gem "rspec-doctor", github: "solnic/rspec-doctor", branch: "durations"
sentry-rails/spec/dummy/test_rails_app/config/application.rb
@@ -88,7 +88,7 @@ def configure
88
config.hosts = nil
89
config.secret_key_base = "test 123"
90
config.sdk_logger = ActiveSupport::Logger.new(nil)
91
- config.eager_load = true
+ config.eager_load = false
92
config.active_job.queue_adapter = :test
93
config.cache_store = :memory_store
94
config.action_controller.perform_caching = true
0 commit comments