mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 02:36:52 +00:00
sentry 1.1.16 does not yet support release parameter, use build tag instead
This commit is contained in:
parent
27d59eeac9
commit
adb98d05b5
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
|||
script(type="text/javascript").
|
||||
if (typeof(Raven) != "undefined" && Raven.config) {
|
||||
Raven.config("#{sentryPublicDSN}", {
|
||||
release: '@@RELEASE@@',
|
||||
tags: { 'commit': '@@COMMIT@@' },
|
||||
tags: { 'commit': '@@COMMIT@@', 'build': '@@RELEASE@@' },
|
||||
// Ignore list based off: https://gist.github.com/1878283
|
||||
ignoreErrors: [
|
||||
'DealPly',
|
||||
|
|
Loading…
Reference in a new issue