Skip to content

Commit

Permalink
log errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Jun 18, 2024
1 parent 3cf2edb commit d2d51b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/utils/actions/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export async function getSessionAndGmailClient() {

function handleError(error: unknown, message: string) {
captureException(error);
console.error(message, error);
return { error: message };
}

Expand Down

0 comments on commit d2d51b9

Please sign in to comment.