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

deps: Bump gatsby bundler plugins to 2.20.1 to fix error #13506

Closed
wants to merge 1 commit into from

Conversation

julianCast
Copy link

@julianCast julianCast commented Aug 28, 2024

Fixes #13504

Due to a racing condition, the version used in package @sentry/webpack-plugin for gatsby is causing the parameter filesToDeleteAfterUpload not working properly because the maps are being deleted before being uploaded to the server.

This bumps the dependency to the version it was fixed. Same version you guys already use in nextJs.

Before submitting a pull request, please take a look at our
Contributing guidelines and verify:

  • If you've added code that should be tested, please add tests.
  • Ensure your code lints and the test suite passes (yarn lint) & (yarn test).

@julianCast
Copy link
Author

Running tests

@lforst
Copy link
Member

lforst commented Aug 28, 2024

Hi, I am in the process of merging #13384 which will do this implicitly. Thanks though!

@julianCast
Copy link
Author

Hi, I am in the process of merging #13384 which will do this implicitly. Thanks though!

Neat, thanks! I'll close this. Would you know how soon the next release will be launched?

@lforst
Copy link
Member

lforst commented Aug 28, 2024

Hi, I am in the process of merging #13384 which will do this implicitly. Thanks though!

Neat, thanks! I'll close this. Would you know how soon the next release will be launched?

Probably by the end of the week!

@julianCast julianCast closed this Sep 11, 2024
This pull request was closed.
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.

Obsolete @sentry/webpack-plugin causes source maps being deleted before being uploaded
2 participants