GithubHelp home page GithubHelp logo

Comments (1)

shanamatthews avatar shanamatthews commented on May 30, 2024

Copying in a comment from one of the engineers at Netlify:

I took a quick look at this and unfortunately I haven't seen this error before, and I wasn't able to find something indicating NextJS had changed how source maps are handled recently that might have caused this.

I'm not the most familiar with the codebase for the existing netlify build plugin for Sentry, but my initial instinct is this might have something to do with how the NextJS routing works and it's not playing nice with what the plugin/Sentry is expecting.

Because NextJS outputs source file maps in the same place as the source code, the 'partially matching filename' mentioned in the Github issue:

~/static/chunks/framework-0ba0ddd33199226d.js

is where the source map correctly lives if we were looking in the file explorer and the missing artifact entry:

 ~/_next/static/chunks/framework-0ba0ddd33199226d.js

is what I would expect to see as a route if I was trying to navigate to that page in the browser and was looking at the request for that page network tab.

from sentry-netlify-build-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.