Skip to content

Commit

Permalink
zinnia: remove logging retried operations to sentry (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber authored Aug 30, 2024
1 parent 4edc5d1 commit 4b05fb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/zinnia.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b05fb5

Please sign in to comment.