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

fix: Always delete files when sourcemaps.filesToDeleteAfterUpload is set #547

Merged
merged 10 commits into from
Jun 19, 2024

Conversation

lforst
Copy link
Member

@lforst lforst commented Jun 11, 2024

Currently we only delete files when the debug ID upload was initiated. This is extremely confusing if you use the legacy upload or didn't upload at all - for example when not providing an auth token.

With this we will always run deletion when sourcemaps.filesToDeleteAfterUpload is set, and up to two additional times, after the debug ID upload and the legacy upload have completed.

@lforst lforst marked this pull request as ready for review June 17, 2024 12:22
@lforst
Copy link
Member Author

lforst commented Jun 17, 2024

Screenshot 2024-06-17 at 17 23 47

fml

@lforst lforst self-assigned this Jun 19, 2024
@lforst lforst merged commit 4534093 into main Jun 19, 2024
16 checks passed
@lforst lforst deleted the lforst-always-delete-files branch June 19, 2024 13:28
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.

2 participants