You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered:
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.
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
Environment
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)
The text was updated successfully, but these errors were encountered: