getsentry / sentry-javascript-bundler-plugins

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

feat: Deprecate and noop `cleanArtifacts` #525

Closed lforst closed 7 months ago

lforst commented 7 months ago

cleanArtifacts was historically needed to remove artifacts before uploading to avoid collisions. Since Sentry can nowadays accept multiple artifacts with the same name per release and prefer the most recent one this option is unnecessary.

Additionally, it causes problems like these: https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/481 with org auth tokens so moving forward it should noop.