From 188b711952c2baa48d6e9811d49b216afcfa661e Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 8 Apr 2018 14:50:19 -0700 Subject: [PATCH] Fix commit hash handling in dev mode --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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