mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add sentry to settings.defaults.coffee
This commit is contained in:
parent
2adae20368
commit
37b039abf0
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ settings =
|
|||
|
||||
enableConversions: if process.env['ENABLE_CONVERSIONS'] == 'true' then true else false
|
||||
|
||||
sentry:
|
||||
dsn: process.env.SENTRY_DSN
|
||||
|
||||
# Filestore health check
|
||||
# ----------------------
|
||||
# Project and file details to check in persistor when calling /health_check
|
||||
|
|
Loading…
Reference in a new issue