diff --git a/src/lib/utils/errors.ts b/src/lib/utils/errors.ts index 58689f6ec1..a04c93adb7 100644 --- a/src/lib/utils/errors.ts +++ b/src/lib/utils/errors.ts @@ -40,7 +40,6 @@ function _captureBalancerException({ const originalError = getOriginalError(error); const _error = constructError(message, action, error); - captureException(_error, { ...context, extra: { @@ -50,7 +49,6 @@ function _captureBalancerException({ originalError, }, tags, - fingerprint: [_error.name], }); }