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

Obsolete @sentry/webpack-plugin causes source maps being deleted before being uploaded #13504

Closed
julianCast opened this issue Aug 28, 2024 · 0 comments · Fixed by #13515
Closed

Comments

@julianCast
Copy link
Contributor

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.

That was fixed in "@sentry/webpack-plugin": "2.20.1" More info in this PR.

Current dependency for gatsby obsolete.

"@sentry/webpack-plugin": "2.16.0"

Depdencency updated for nextJS

"@sentry/webpack-plugin": "2.20.1",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
2 participants