Skip to content

Commit

Permalink
fix(error): manually log error when sentry is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 13, 2024
1 parent 2986065 commit ad1d416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/composables/Error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ export function useErrorHandler({
}

resetTracking()
} else {
console.error(e)
}
}
}

0 comments on commit ad1d416

Please sign in to comment.