sentry 1.1.16 does not yet support release parameter, use build tag instead

This commit is contained in:
Brian Gough 2015-03-18 15:50:26 +00:00
parent 27d59eeac9
commit adb98d05b5

View file

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