Skip to content

Commit 087a05f

Browse files
committed
WIP
1 parent 7755dab commit 087a05f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sentry-rails/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ gem "benchmark-ips"
6262
gem "benchmark_driver"
6363
gem "benchmark-ipsa"
6464
gem "benchmark-memory"
65+
66+
gem "rspec-doctor", github: "solnic/rspec-doctor", branch: "durations"

sentry-rails/spec/dummy/test_rails_app/config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def configure
8888
config.hosts = nil
8989
config.secret_key_base = "test 123"
9090
config.sdk_logger = ActiveSupport::Logger.new(nil)
91-
config.eager_load = true
91+
config.eager_load = false
9292
config.active_job.queue_adapter = :test
9393
config.cache_store = :memory_store
9494
config.action_controller.perform_caching = true

0 commit comments

Comments
 (0)