From 5c35d27c0c674a2e15e26078ce58d4692ae75edc Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 26 Nov 2024 21:42:01 -0600 Subject: [PATCH] cashlink.ts: fix usage of sentry --- src/cashlink.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cashlink.ts b/src/cashlink.ts index 730f6346..64f27120 100644 --- a/src/cashlink.ts +++ b/src/cashlink.ts @@ -34,7 +34,7 @@ async function main() { // constructor, which in turn uses the RequestParser, which needs the Nimiq module. window.Nimiq = await window.loadAlbatross(); - startSentry(Vue); + startSentry(); setLanguage(detectLanguage()).then(() => { const app = new Vue({