mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #95 from sharelatex/csh-sentry
read sentry dsn from env var into config
This commit is contained in:
commit
b698d75242
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ module.exports =
|
|||
parallelSqlQueryLimit: process.env["FILESTORE_PARALLEL_SQL_QUERY_LIMIT"] or 1
|
||||
filestoreDomainOveride: process.env["FILESTORE_DOMAIN_OVERRIDE"]
|
||||
texliveImageNameOveride: process.env["TEX_LIVE_IMAGE_NAME_OVERRIDE"]
|
||||
sentry:
|
||||
dsn: process.env['SENTRY_DSN']
|
||||
|
||||
|
||||
if process.env["DOCKER_RUNNER"]
|
||||
|
|
Loading…
Reference in a new issue