From 5277c9938bdf9d7050975ae3701fceb7d8171e9d Mon Sep 17 00:00:00 2001 From: Quentin DECAUNES Date: Tue, 30 Jul 2019 16:46:54 +0200 Subject: [PATCH] Renamed wrong value in Sentry.captureException(). --- js/preset.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/preset.js b/js/preset.js index f3cbe88..3849110 100644 --- a/js/preset.js +++ b/js/preset.js @@ -25,7 +25,7 @@ function preset_import() { } catch (e) { notification('danger', 'Unable to import presets, malformed data.'); appendLog(`preset_import() ${e}`); - Sentry.captureException(`recreateShortcut() ${e}`); + Sentry.captureException(`preset_import() ${e}`); return; }