diff --git a/services/web/app/views/sentry.jade b/services/web/app/views/sentry.jade index 7bf7af7ab8..69c72a5243 100644 --- a/services/web/app/views/sentry.jade +++ b/services/web/app/views/sentry.jade @@ -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',