From 4b05fb5ce29c61af107d6885ab94402ff80fc21e Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Fri, 30 Aug 2024 01:33:54 -0700 Subject: [PATCH] zinnia: remove logging retried operations to sentry (#582) --- lib/zinnia.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/zinnia.js b/lib/zinnia.js index 57c46343..805fc722 100644 --- a/lib/zinnia.js +++ b/lib/zinnia.js @@ -93,7 +93,6 @@ const updateAllSourceFiles = async ({ console.error(err) const msg = `Failed to download ${module} source. Retrying...` console.error(msg) - maybeReportErrorToSentry(new Error(msg, { cause: err })) if (String(err).includes('You are being rate limited')) { const delaySeconds = 30 + (Math.random() * 60) // Don't DDOS the w3name services