Skip to content

Commit f80f9de

Browse files
committed
All the files needed to use skylight.io performance monitoring.
1 parent 6f52623 commit f80f9de

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ gem 'newrelic_rpm'
2626
gem 'dotenv-rails'
2727
# Logs production errors to an external service
2828
gem 'rollbar'
29+
gem 'skylight'
2930
# Turbolinks makes navigating your web application faster.
3031
# Read more: https://github.com/turbolinks/turbolinks
3132
gem 'turbolinks', '~> 5'

Gemfile.lock

+5
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ GEM
271271
childprocess (~> 0.5)
272272
rubyzip (~> 1.0)
273273
websocket (~> 1.0)
274+
skylight (2.0.1)
275+
skylight-core (= 2.0.1)
276+
skylight-core (2.0.1)
277+
activesupport (>= 4.2.0)
274278
slop (3.6.0)
275279
social-share-button (1.0.0)
276280
coffee-rails
@@ -359,6 +363,7 @@ DEPENDENCIES
359363
rubocop (~> 0.52.1)
360364
sass-rails (~> 5.0)
361365
selenium-webdriver
366+
skylight
362367
social-share-button (~> 1.0.0)
363368
spring
364369
spring-commands-rspec (~> 1.0)

config/skylight.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
# The authentication token for the application.
3+
authentication: AQu0KkvBDWvbiQoHEoFI09LB7l56NwuVRzcuFc5XG1M

0 commit comments

Comments
 (0)