mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Revert "Put a guard on sentry dsn"
This reverts commit 95e052d05910680aeeca2521b65b089122c4e249.
This commit is contained in:
parent
f878ba0f20
commit
1aee865532
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ 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