getsentry / profiling-node

The code for this repo now lives in https://github.com/getsentry/sentry-javascript/tree/develop/packages/profiling-node
MIT License
28 stars 10 forks source link

Update README.md to include Next.js 13+ bundling #200

Closed Negan1911 closed 8 months ago

Negan1911 commented 9 months ago

When trying to run the profiler in Nextjs 13+ I've found that I can't edit directly the "externals" because it' being passed as a function, but this setting exists to declare external packages, which looks to be working on my end (local dev, local build and deploying).

https://nextjs.org/docs/app/api-reference/next-config-js/serverComponentsExternalPackages


Before submitting a pull request, please take a look at our Contributing guidelines and verify:

JonasBa commented 9 months ago

Thank you @Negan1911. I'm sorry, I must have somehow missed the notification (appreciate the tag @AbhiPrasad)