Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Feb 25, 2021
2 parents 3e7d2bb + a8889d6 commit 3cc1fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/src/sagas/EvaluationsSaga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const evalErrorHandler = (errors: EvalError[]) => {
text: error.message,
variant: Variant.danger,
});
Sentry.captureException(new Error(error.message));
break;
}
case EvalErrorTypes.EVAL_TREE_ERROR: {
Expand Down

0 comments on commit 3cc1fbf

Please sign in to comment.