-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(nextjs): Add Next.js docs #3319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There still are some "you"s around, which suit better than "we" in the context.
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sentry/sentry-docs/zN7x4TG9Dg62R1rsExGm2yL7iTdZ |
Should that be |
fyi |
A normal workflow for next would be to use the template builder, or to e.g. tl;dr our next.config.js instructions need a LOT of work |
Sorry found another one :)
|
one last bit to carry over from slack
A common use case, especially on Vercel or using env-based configuration, would be to assume Sentry is semi-disabled in development (aka if theres no DSN its not configured). We should answer for this style of configuration by default, as its what we'd recommend to customers. |
@iker-barriocanal you can see my real time monologue in sdks channel, but i figured out i had to use the next-sentry-plugin bit, but expected @sentry/nextjs to make it available at that path. instead i did npm add on it by hand. |
@dcramer - it doesn't address all of your concerns, but here is a PR which changes where we pull the That said, you shouldn't have to manually add the plugin. If the version syncing works, And we do have a The one topic you brought up which we do need to address, and haven't, is the |
We are merging this now and address everything that's open in a follow-up |
@lobsterkatie I simply did |
The Use |
Adds Next.js docs.