Skip to content

Commit 7220745

Browse files
authored
fix(error): manually log error when sentry is disabled (#530)
1 parent 2986065 commit 7220745

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/composables/Error.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ export function useErrorHandler({
206206
}
207207

208208
resetTracking()
209+
} else {
210+
console.error(e)
209211
}
210212
}
211213
}

0 commit comments

Comments
 (0)