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
We are fetching feed using got, But in new lts docker which use Node 16, got@11 has some bug. When I upgrade to got@12 beta using got-cjs package, because we can't upgrade to esm module for some reason, got start to throw unhandledrejection on its beforeError function.
Why
We are fetching feed using got, But in new lts docker which use Node 16, got@11 has some bug. When I upgrade to got@12 beta using got-cjs package, because we can't upgrade to esm module for some reason, got start to throw
unhandledrejection
on its beforeError function.https://sentry.io/share/issue/fc3100c57306493ca2809a91397b808f/
https://sentry.io/share/issue/7f246477131040e687fe8ef2f968d693/
https://sentry.io/share/issue/6ef2f4a57d55423681aa136cf16ceec9/
and we don't need much function got provided, so we can move to an alternative. Currently I want to switch to undici
Some function we need and provided by got.
The text was updated successfully, but these errors were encountered: