Skip to content

Commit

Permalink
Enable Skylight in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
sauloperez committed May 15, 2018
1 parent 79469a7 commit 534da85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ class Application < Rails::Application

# This tells Rails to serve error pages from the app itself, rather than using static error pages in public/
config.exceptions_app = self.routes

# Activate the Skylight agent in staging. You need to provision the
# SKYLIGHT_AUTHENTICATION env var in your OFN instance for this to work.
config.skylight.environments += ["staging"]
end
end

0 comments on commit 534da85

Please # to comment.