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
Request is never completed. It doesn't timeout either, just keeps the client waiting.
AFAIK I understand it, the S3 client doesn't even get a response so not sure if the file upload request is even sent.
If you run this code with Node instead of bun (@sentry/bun should still work fine) does the error still occur?
I assume this is related to #9564, so I'm going to close this as a duplicate of the other issue. We can continue debugging there - please join on that thread (Jarred from Bun is also there).
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Notes
Code Sample
index.ts
files.ts
package.json
Expected Result
File is uploaded to S3 successfully.
Actual Result
Request is never completed. It doesn't timeout either, just keeps the client waiting.
AFAIK I understand it, the S3 client doesn't even get a response so not sure if the file upload request is even sent.
Logs:
The text was updated successfully, but these errors were encountered: