Feedback on Next.js 13 integration #7883
anonrig
started this conversation in
Features / New SDKs (Integrations) / Ideas
Replies: 2 comments 3 replies
-
Hi, thanks for writing in. Coincidentally I was also reviewing our onboarding for Next.js a bit in the last few days.
Thanks for all the feedback! If you encounter anything else, feel free to drop it here :) |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi, based on your feedback I completely rewrote the wizard to account for all the cases you ran into. Thanks again for the feedback! :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently tried adding Sentry to my Next.js 13 application - a personal blog of mine available at github.com/anonrig/yagiz.co.
Here's my feedback for the integration process:
npx @sentry/wizard -i nextjs
is not perfectnext.config.js
even though I have anext.config.mjs
. Updating existing code might be hard, but it would be nice if the CLI gave me a warning that it created one for me, and I need to update my existing one..properties
file with a unique CLI path for my local machine, but it doesn't make sense to push this to Git, since it differs from person to person, so why do we have it in the first place? (It might make sense in terms of Sentry internals, but from a developer perspective, isn't this against the best practices of Git?)withSentryConfig
has a parameter that overrides existing NextConfig typewithSentryConfig
receives 2 different configurationsedge
sentry.edge.config.ts
is required.edge
,server
andclient
?Beta Was this translation helpful? Give feedback.
All reactions