mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix sentry config
This commit is contained in:
parent
efdd777c89
commit
5be65431f7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
- if (typeof(sentrySrc) != "undefined")
|
||||
script(type="text/javascript").
|
||||
if (typeof(Raven) != "undefined" && Raven.config) {
|
||||
Raven.config(sentryPublicDSN, {
|
||||
Raven.config("#{sentryPublicDSN}", {
|
||||
tags: { 'commit': '@@COMMIT@@', 'build': '@@RELEASE@@' },
|
||||
release: '@@RELEASE@@',
|
||||
// Ignore list based off: https://gist.github.com/1878283
|
||||
|
|
Loading…
Reference in a new issue