Closed lforst closed 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.
cleanArtifacts
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.
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.