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 b47187e commit dbc141dCopy full SHA for dbc141d
1 file changed
config/application.rb
@@ -43,6 +43,8 @@ class Application < Rails::Application
43
httponly: true
44
config.exceptions_app = routes
45
46
- config.skylight.probes << "active_job"
+ if Rails.env.production?
47
+ config.skylight.probes << "active_job"
48
+ end
49
end
50
0 commit comments