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
Some time after 4.1.1 sentry started depending on https-proxy-agent. https-proxy-agent depends on agent-base which does a little nasty thing where it patches over node-core's https.request here
Problems are:
this patch only supports the 2 parameter form.
this patch does not support any forms where a URL object is passed in (instead of the string) due to its reliance on Object.assign