mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 08:01:48 +00:00
Add the 'release' attribute to Sentry configuration.
This commit is contained in:
parent
b4c7209a11
commit
15847f8921
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
if (typeof(Raven) != "undefined" && Raven.config) {
|
||||
Raven.config("#{sentryPublicDSN}", {
|
||||
tags: { 'commit': '@@COMMIT@@', 'build': '@@RELEASE@@' },
|
||||
release: '@@RELEASE@@',
|
||||
// Ignore list based off: https://gist.github.com/1878283
|
||||
ignoreErrors: [
|
||||
'DealPly',
|
||||
|
|
Loading…
Reference in a new issue