mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add sentry into settings.defaults
This commit is contained in:
parent
5119db43a7
commit
b9e3853a47
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ settings =
|
|||
|
||||
continualPubsubTraffic: process.env['CONTINUAL_PUBSUB_TRAFFIC'] or false
|
||||
|
||||
sentry:
|
||||
dsn: process.env.SENTRY_DSN
|
||||
|
||||
# console.log settings.redis
|
||||
module.exports = settings
|
Loading…
Reference in a new issue