Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Fix sourcemaps association #1630

Merged
merged 2 commits into from
Feb 17, 2024
Merged

Fix sourcemaps association #1630

merged 2 commits into from
Feb 17, 2024

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    7d0b7d9 View commit details
    Browse the repository at this point in the history
  2. Fix sourcemap association

    We don't need to set `productionBrowserSourceMaps` because the Sentry Webpack
    plugin always assumes that to be true.
    
    - @sentry/nextjs withSentryConfig enables productionBrowserSourceMaps, in the
      end, assets sourcemap is open to the public
      vercel/next.js#32920
    
    - @sentry/nextjs will generate and upload source maps automatically
      https://docs.sentry.io/platforms/javascript/guides/nextjs/sourcemaps/
    mnvr committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    54d9304 View commit details
    Browse the repository at this point in the history