getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
8.01k stars 1.58k forks source link

meta(utils): Don't use import assertion in rollup config #14362

Closed lforst closed 3 days ago

lforst commented 3 days ago

Using the import assertion broke the release pipeline because we use older node versions for profiling.

lforst commented 3 days ago

@chargome well well well