Skip to content

Commit

Permalink
remove test additions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmkm committed Jul 21, 2023
1 parent ac07257 commit 7c744c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/utils/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function _captureBalancerException({
const originalError = getOriginalError(error);

const _error = constructError(message, action, error);

captureException(_error, {
...context,
extra: {
Expand All @@ -50,7 +49,6 @@ function _captureBalancerException({
originalError,
},
tags,
fingerprint: [_error.name],
});
}

Expand Down

0 comments on commit 7c744c7

Please sign in to comment.