Skip to content

Commit b8e09e4

Browse files
author
Adam Jazairi
authored
Merge pull request #235 from MITLibraries/sentry
Configure Sentry
2 parents 1a4e326 + d750add commit b8e09e4

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gem 'rack-cors'
1919
gem 'rails', '~> 5.2'
2020
gem 'redis'
2121
gem 'sass-rails'
22+
gem 'sentry-raven'
2223
gem 'uglifier'
2324

2425
group :production do

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ GEM
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

app.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
"SECRET_KEY_BASE": {
5555
"required": true
5656
},
57+
"SENTRY_DSN": {
58+
"required": true
59+
},
5760
"SMTP_ADDRESS": {
5861
"required": true
5962
},

0 commit comments

Comments
 (0)