diff --git a/index.js b/index.js
index 82733226c6fe1a525c3043d567f5dd9673f2e8c7..b462c66ef51b0c91ee96fa51847c0b5aa391ce0a 100644
--- a/index.js
+++ b/index.js
@@ -231,7 +231,7 @@ async function authenticate(login, password, baseUrl, apiAuthKey) {
     }
   } catch (error) {
     log('debug', error.message)
-    Sentry.captureException(`Authenticate failed: ${error.message}`, {
+    Sentry.captureException(error, `Authenticate failed: ${error.message}`, {
       tags: {
         section: 'authenticate',
       },