Skip to content

Commit

Permalink
Capture message på dialog graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Dec 20, 2024
1 parent d88ab3b commit 5839c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/dialogProvider/dialogStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const useDialogStore = create(
return dialoger;
})
.catch((e) => {
console.error('Kunne ikke hente dialogdata', e);
captureMessage(`Kunne ikke hente dialogdata ${e.toString()}`);
set(
(prevState) => ({ ...prevState, status: Status.ERROR, error: e }),
false,
Expand Down

0 comments on commit 5839c05

Please sign in to comment.