mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 07:32:25 +00:00
add sentry into settings.defaults
This commit is contained in:
parent
d6def184c6
commit
4445b390af
1 changed files with 4 additions and 1 deletions
|
@ -12,4 +12,7 @@ module.exports = Settings =
|
||||||
cacheDir: Path.resolve "cache"
|
cacheDir: Path.resolve "cache"
|
||||||
|
|
||||||
|
|
||||||
healthCheckUserId: "53c64d2fd68c8d000010bb5f"
|
healthCheckUserId: "53c64d2fd68c8d000010bb5f"
|
||||||
|
|
||||||
|
sentry:
|
||||||
|
dsn: process.env.SENTRY_DSN
|
Loading…
Reference in a new issue