getsentry / sentry-javascript-bundler-plugins

JavaScript Bundler Plugins for Sentry
https://sentry.io
BSD 3-Clause "New" or "Revised" License
143 stars 37 forks source link

fix: Bundle Sentry SDK dependency #459

Closed lforst closed 10 months ago

lforst commented 10 months ago

Ref: https://github.com/getsentry/sentry-javascript/issues/10121 Ref: https://github.com/getsentry/sentry-javascript/issues/9981#issuecomment-1881151710

We should bundle the SDK dependencies so that we do not facilitate issues with multiple different SDK versions in user's apps.

lforst commented 10 months ago

We had to rever this because it caused issues with .mjs rollup configs because of the https-proxy-agent module >:[

filpgc commented 10 months ago

any update on this?

AbhiPrasad commented 10 months ago

We released 7.94.1 with vendoring in http-proxy-agent, we can have another go at releasing this now