-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/react
SDK Version
7.25.0
Framework Version
7.25.0
Link to Sentry event
Steps to Reproduce
- Configure Webpack to generate and send source maps based on this documentation https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/webpack/
- Create a new release and send source maps to Sentry (both
Sentry.init()and Sentry Webpack plugin use the same release value) - Wait for a new issue
- The issue stack trace doesn't utilize source maps



Expected Result
The source maps sent as the release artifact are correctly interpreted and connected with issues.
Actual Result
Sentry cannot connect the issue and sourceMappingURL with artifact source maps.
Instead of that, the Sentry is trying to fetch source maps which causes the error:
There was 1 problem processing this event (Remote file too large for caching)