-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
with-sentry @sentry/webpack-plugin uploads previous build artifacts #14076
Comments
Feel free to investigate and open up a PR 😄 |
I dug around before opening the issue and it could be resolved quite easily. I looked into the |
@jamesmosier That, or if there was somebody on the team or some doc that could help me understand the |
Not entirely related, but I had a similar issue when deploying to firebase, that all previous builds would be included. |
This seems to be solved in Next.js 11, with the new |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
Describe the bug
In the with-sentry example, when @sentry/webpack-plugin is used for automatic sourcemap upload, it will include previous builds to the upload.
To Reproduce
Expected behavior
Only include current build artifacts in the upload to Sentry.
System information
Additional context
We're self hosting Sentry and in our case just a couple of builds of our app can result in a 500MB upload.
The text was updated successfully, but these errors were encountered: