Skip to content

Commit 2808058

Browse files
authored
refactor(skylight): Removes Skylight (#249)
* refactor(skylight): Removes Skylight * refactor(docs): Removes Skylight documentation
1 parent 30e3a2f commit 2808058

File tree

5 files changed

+0
-14
lines changed

5 files changed

+0
-14
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ gem 'simple_spark'
8585
gem 'sparkpost_rails'
8686
gem 'httparty'
8787
gem 'rollbar', '~> 2.8'
88-
gem 'skylight'
8988
gem 'rubyzip', '>= 1.3.0'
9089
gem 'rails_12factor', group: :production
9190

Gemfile.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,6 @@ GEM
379379
docile (~> 1.1)
380380
simplecov-html (~> 0.11)
381381
simplecov-html (0.12.2)
382-
skylight (4.3.0)
383-
skylight-core (= 4.3.0)
384-
skylight-core (4.3.0)
385-
activesupport (>= 4.2.0)
386382
sparkpost_rails (1.5.2)
387383
rails (>= 4.0, < 6.1)
388384
spring (2.1.0)
@@ -492,7 +488,6 @@ DEPENDENCIES
492488
simple_form
493489
simple_spark
494490
simplecov
495-
skylight
496491
sparkpost_rails
497492
spring
498493
spring-watcher-listen (~> 2.0.0)

docs/deployment-environment-variables.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,3 @@ By default, charts & timestamps will be in UTC.
125125
```bash
126126
TIME_ZONE="America/Los_Angeles"
127127
```
128-
129-
### Skylight
130-
131-
Skylight provides detailed performance analytics for the app, if you chose to use it.
132-
133-
```bash
134-
SKYLIGHT_AUTHENTICATION=""
135-
```

vendor/cache/skylight-4.3.0.gem

-232 KB
Binary file not shown.
-43 KB
Binary file not shown.

0 commit comments

Comments
 (0)