diff --git a/index.js b/index.js
index 6cc84171438b001586698566cd044521a5a23cac..73638ccf3a534397eb9abdc7688e4d99e5338e04 100644
--- a/index.js
+++ b/index.js
@@ -242197,8 +242197,6 @@ async function findUserAddress(url, apiAuthKey, userLogin, pointId) {
     )
     Sentry.captureException(errorMessage)
     throw errors.LOGIN_FAILED
-  } finally {
-    Sentry.captureException('Error while processing user address')
   }
 }