You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently migrated to the Webpack plugin and used to upload the sourcemaps using a GitHub Action - since the migration, we have many issues that throw "In App" but sourcemaps are only available up to a certain point. Previously, the same issues had 100% sourcemap coverage.
As seen here, main-*.js gets explicitly excluded from the sourcemap upload, even with widenClientFileUpload enabled:
It seems some of our code is being bundled in the main bundle (my suspicion is that in this specific case it happens because the safeParse function is also used in instrumentation-client), which is now not available anymore to view.
Expected Result
Being able to see sourcemaps for the main bundle as well
Actual Result
See reproduction steps
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
9.22.0
Framework Version
Next 15.3.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
We recently migrated to the Webpack plugin and used to upload the sourcemaps using a GitHub Action - since the migration, we have many issues that throw "In App" but sourcemaps are only available up to a certain point. Previously, the same issues had 100% sourcemap coverage.
As seen here,
main-*.js
gets explicitly excluded from the sourcemap upload, even withwidenClientFileUpload
enabled:sentry-javascript/packages/nextjs/src/config/webpackPluginOptions.ts
Lines 44 to 52 in 48f1a4f
It seems some of our code is being bundled in the main bundle (my suspicion is that in this specific case it happens because the
safeParse
function is also used in instrumentation-client), which is now not available anymore to view.Expected Result
Being able to see sourcemaps for the main bundle as well
Actual Result
See reproduction steps
The text was updated successfully, but these errors were encountered: