diff --git a/js/index.js b/js/index.js index 65a827ad..c9ef4520 100644 --- a/js/index.js +++ b/js/index.js @@ -48,7 +48,7 @@ function filterBreadcrumbActions(action) { Raven.config(sentryDsn, { /* global COMMITHASH */ - release: COMMITHASH || "DEV" + release: typeof COMMITHASH !== "undefined" ? COMMITHASH : "DEV" }).install(); // Don't prompt user to install Winamp2-js. It's probably not