mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Put a guard on sentry dsn
This commit is contained in:
parent
2aac47256f
commit
f878ba0f20
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ module.exports =
|
|||
parallelSqlQueryLimit:1
|
||||
filestoreDomainOveride: process.env["FILESTORE_DOMAIN_OVERRIDE"]
|
||||
texliveImageNameOveride: process.env["TEX_LIVE_IMAGE_NAME_OVERRIDE"]
|
||||
if process.env['SENTRY_DSN']
|
||||
sentry:
|
||||
dsn: process.env['SENTRY_DSN']
|
||||
|
||||
|
|
Loading…
Reference in a new issue