-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat(Next.js): Added Spotlight option in server config #545
feat(Next.js): Added Spotlight option in server config #545
Conversation
src/nextjs/templates.ts
Outdated
debug: false, | ||
${additionalOptions} | ||
${spotlightOption} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at this change superficially I think this will mess up the output.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @lforst this was adding some extra empty lines, which I just fixed.
Is there any specific issue that you are mentioning here? which I am missing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was what I was referring to. Thanks for fixing it!
Hi, prettier is failing and also could you add a changelog entry? Thanks! |
Hi @lforst it should be fixed now. |
Added comment to add spotlight in Sentry.init for next.js server config
Note: We did not include the installation and setup of Spotlight because it is not added by default, and it is also not mandatory.
#535