sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

deps: Bump gatsby bundler plugins to 2.20.1 to fix error

Open julianCast opened this issue 1 year ago • 3 comments

Fixes https://github.com/getsentry/sentry-javascript/issues/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 avatar Aug 28 '24 13:08 julianCast

Running tests

julianCast avatar Aug 28 '24 13:08 julianCast

Hi, I am in the process of merging https://github.com/getsentry/sentry-javascript/pull/13384 which will do this implicitly. Thanks though!

lforst avatar Aug 28 '24 13:08 lforst

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?

julianCast avatar Aug 28 '24 13:08 julianCast

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!

lforst avatar Aug 28 '24 14:08 lforst