mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 17:32:06 +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) {
|
if (typeof(Raven) != "undefined" && Raven.config) {
|
||||||
Raven.config("#{sentryPublicDSN}", {
|
Raven.config("#{sentryPublicDSN}", {
|
||||||
tags: { 'commit': '@@COMMIT@@', 'build': '@@RELEASE@@' },
|
tags: { 'commit': '@@COMMIT@@', 'build': '@@RELEASE@@' },
|
||||||
|
release: '@@RELEASE@@',
|
||||||
// Ignore list based off: https://gist.github.com/1878283
|
// Ignore list based off: https://gist.github.com/1878283
|
||||||
ignoreErrors: [
|
ignoreErrors: [
|
||||||
'DealPly',
|
'DealPly',
|
||||||
|
|
Loading…
Reference in a new issue