Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI failures due to issues uploading #79

Open
zackarychapple opened this issue Aug 6, 2024 · 1 comment
Open

CI failures due to issues uploading #79

zackarychapple opened this issue Aug 6, 2024 · 1 comment
Labels
backlog We hope to fix this feature/bug in the future bug Confirmed bug

Comments

@zackarychapple
Copy link

zackarychapple commented Aug 6, 2024

Describe the bug

I believe this should have been resolved by #17 however seeing an issue with failed upload requests. Would be great to not fail the build when upload fails, however the plugin not uploading currently fails the build.

Steps to reproduce

  1. issue is intermittent

Environment

  • Node version: v20.12.2
  • NPM version: v10.5.0
  • Webpack version: 4.47.0

Example code snippet

Connection timed out
   at ClientRequest.<anonymous (/home/user/node_modules_cache/9a0b663f2ebc45a0e058e7660d0fb4fc8346e175/node_modules/@bugsnag/source-maps/dist/Request.js:194:21)
   at Object.onceWrapper (node:events:632:28)
   at ClientRequest.emit (node:events:518:28)
   at TLSSocket.emitRequestTimeout (node:_http_client:845:9)
   at Object.onceWrapper (node:events:632:28)
   at TLSSocket.emit (node:events:530:35)
   at Socket._onTimeout (node:net:589:8)
   at listOnTimeout (node:internal/timers:573:17)
   at process.processTimers (node:internal/timers:514:7)
@clr182
Copy link

clr182 commented Aug 6, 2024

Hi @zackarychapple

Thank you for reaching out.

We now have an item on our backlog aimed at dropping these failed source maps after failing the initial retries. While I don't currently have an ETA on the release of this functionality, once we have more information to share we will be sure to update you.

For the meantime as a workaround we would recommend removing the automatic source map upload steps from your webpack config and manually upload the source maps using our CLITool as per our documentation here.

@clr182 clr182 added bug Confirmed bug backlog We hope to fix this feature/bug in the future labels Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog We hope to fix this feature/bug in the future bug Confirmed bug
Projects
None yet
Development

No branches or pull requests

2 participants