Add the 'release' attribute to Sentry configuration.

This commit is contained in:
Shane Kilkelly 2015-09-29 15:41:25 +01:00
parent b4c7209a11
commit 15847f8921

View file

@ -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',