From 15847f89212f665b15dcbf7f8e66d06649ad3ac6 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Tue, 29 Sep 2015 15:41:25 +0100 Subject: [PATCH] Add the 'release' attribute to Sentry configuration. --- services/web/app/views/sentry.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/app/views/sentry.jade b/services/web/app/views/sentry.jade index 69c72a5243..149b06ea39 100644 --- a/services/web/app/views/sentry.jade +++ b/services/web/app/views/sentry.jade @@ -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',