Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Deprecate and noop cleanArtifacts #525

Merged
merged 3 commits into from Apr 18, 2024
Merged

Conversation

lforst
Copy link
Member

@lforst lforst commented Apr 17, 2024

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: #481 with org auth tokens so moving forward it should noop.

@lforst lforst requested a review from Lms24 April 17, 2024 12:59
Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah let's just noop here, sounds reasonable!

packages/bundler-plugin-core/src/types.ts Outdated Show resolved Hide resolved
@lforst lforst merged commit 295fa19 into main Apr 18, 2024
16 checks passed
@lforst lforst deleted the lforst-noop-clean-artifacts branch April 18, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants