File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ gem 'rack-cors'
1919gem 'rails' , '~> 5.2'
2020gem 'redis'
2121gem 'sass-rails'
22+ gem 'sentry-raven'
2223gem 'uglifier'
2324
2425group :production do
Original file line number Diff line number Diff line change 243243 selenium-webdriver (3.142.7 )
244244 childprocess (>= 0.5 , < 4.0 )
245245 rubyzip (>= 1.2.2 )
246+ sentry-raven (2.13.0 )
247+ faraday (>= 0.7.6 , < 1.0 )
246248 simplecov (0.16.1 )
247249 docile (~> 1.1 )
248250 json (>= 1.8 , < 3 )
@@ -319,6 +321,7 @@ DEPENDENCIES
319321 rubocop-rails
320322 sass-rails
321323 selenium-webdriver
324+ sentry-raven
322325 sqlite3
323326 timecop
324327 uglifier
Original file line number Diff line number Diff line change 5454 "SECRET_KEY_BASE" : {
5555 "required" : true
5656 },
57+ "SENTRY_DSN" : {
58+ "required" : true
59+ },
5760 "SMTP_ADDRESS" : {
5861 "required" : true
5962 },
You can’t perform that action at this time.
0 commit comments