Skip to content

Commit

Permalink
cashlink.ts: fix usage of sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
danimoh committed Nov 27, 2024
1 parent 8dcb8bb commit 5c35d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cashlink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 5c35d27

Please sign in to comment.