Commit e0c977d
committed
Add Sentry for exception monitoring
Why these changes are being introduced:
We want to prepare for TIMDEX-UI as a potential production
application.
Relevant ticket(s):
https://mitlibraries.atlassian.net/browse/TIMX-81
How this addresses that need:
This adds sentry-ruby and sentry-rails, including the required
initializer.
Side effects of this change:
* Configures Sentry environment. We haven't done this yet in our
Rails apps, but it seems like it will be especially useful for
TIMDEX and TIMDEX-UI, for which we have a lot of different
environments.
* Added SENTRY_ENV and SENTRY_DSN to Heroku config vars.1 parent 8555711 commit e0c977d
4 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
250 | 255 | | |
251 | 256 | | |
252 | 257 | | |
| |||
326 | 331 | | |
327 | 332 | | |
328 | 333 | | |
| 334 | + | |
| 335 | + | |
329 | 336 | | |
330 | 337 | | |
331 | 338 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments