-
-
Couldn't load subscription status.
- Fork 1.6k
feat(nextjs): Add transpileClientSDK option and build config page
#5350
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(nextjs): Add transpileClientSDK option and build config page
#5350
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Technical stuff ✅
26855e3 to
7d3cb25
Compare
7d3cb25 to
131d288
Compare
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.
Added a comma and posed a structural question, but otherwise LGTM!
Co-authored-by: Isabel <[email protected]>
In getsentry/sentry-javascript#5472, a
transpileClientSDKoption was added to the nextjs SDK to force SDK code to be transpiled along with other app code, primarily for the use of folks wanting to use the SDK in older browsers without support for ES6 or ES6+ features like object spread. This documents that option by: