mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 09:53:13 +00:00
add sentry dsn to config
This commit is contained in:
parent
01d3f4bff4
commit
d47dcca0d6
1 changed files with 3 additions and 0 deletions
|
@ -43,3 +43,6 @@ module.exports =
|
|||
|
||||
path:
|
||||
dumpFolder: Path.join(TMP_DIR, "dumpFolder")
|
||||
|
||||
sentry:
|
||||
dsn: process.env.SENTRY_DSN
|
||||
|
|
Loading…
Reference in a new issue