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
Use a package that uses axios (we're using seam and that seems to throw the error)
The error happens during runtime when you use seem's api client. It also seems to happen for us when using axios directly
What is the expected behavior?
for packages like seam, axios, atatus, twilio and others to work properly
What do you see instead?
TypeError: Attempted to assign to readonly property.
Additional information
here's a stacktrace that might help diagnose the issue:
at getUrlFromRequestAndOptions (/app/node_modules/atatus-nodejs/lib/instrumentation/http-shared.js:620:3)
at wrappedHttpRequest (/app/node_modules/atatus-nodejs/lib/instrumentation/http-shared.js:523:19)
at wrappedMethod (/app/node_modules/@sentry/node/cjs/integrations/http.js:265:10)
at <anonymous> (/app/node_modules/follow-redirects/index.js:337:20)
at new RedirectableRequest (/app/node_modules/follow-redirects/index.js:111:8)
at request (/app/node_modules/follow-redirects/index.js:543:18)
at <anonymous> (/app/node_modules/axios/lib/adapters/http.js:464:21)
at dispatchHttpRequest (/app/node_modules/axios/lib/adapters/http.js:170:55)
at <anonymous> (/app/node_modules/axios/lib/adapters/http.js:152:5)
at new Promise (native)
at wrapAsync (/app/node_modules/axios/lib/adapters/http.js:132:14)
at dispatchRequest (/app/node_modules/axios/lib/core/dispatchRequest.js:49:73)
at processTicksAndRejections (native:7:39)
at <anonymous> (/app/node_modules/axios/lib/core/Axios.js:45:41)
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.43+76800b049
What platform is your computer?
Darwin 24.3.0 arm64 arm
What steps can reproduce the bug?
Use a package that uses axios (we're using seam and that seems to throw the error)
The error happens during runtime when you use seem's api client. It also seems to happen for us when using axios directly
What is the expected behavior?
for packages like seam, axios, atatus, twilio and others to work properly
What do you see instead?
TypeError: Attempted to assign to readonly property.
Additional information
here's a stacktrace that might help diagnose the issue:
The text was updated successfully, but these errors were encountered: