getInitialProps can probably run on the server i imagine, so it will try to generate an node.js func

getInitialProps can probably run on the server i imagine, so it will try to generate an node.js function I would assume. It's also a legacy API so your mileage may vary.

I don't know how sentry works, but the error it's logging could be the one that we catch and then log via console.error after running an edge function, but I'm not sure how sentry works so unsure if that's what's intercepting
Was this page helpful?