Skip to content

Commit dbc141d

Browse files
Fix dev env!
1 parent b47187e commit dbc141d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/application.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ class Application < Rails::Application
4343
httponly: true
4444
config.exceptions_app = routes
4545

46-
config.skylight.probes << "active_job"
46+
if Rails.env.production?
47+
config.skylight.probes << "active_job"
48+
end
4749
end
4850
end

0 commit comments

Comments
 (0)