Open norbertschuler opened 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
planet-webapp-multi-tenancy-setup | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 11, 2024 7:46am |
[!IMPORTANT]
Review skipped
Draft detected.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
The changes in this pull request primarily involve updates to the Sentry integration within the Next.js application, including modifications to the Webpack configuration in next.config.js
and the handling of Sentry frame rewriting in pages/_app.tsx
. Additionally, a new button has been added to the DeleteProfileForm
component that triggers an error when clicked. These updates streamline the Sentry setup and enhance the functionality of the video display logic while maintaining the existing structure and flow of the components.
File | Change Summary |
---|---|
next.config.js | Updated Sentry Webpack plugin import from default to named import; removed deprecated parameters. |
pages/_app.tsx | Modified Sentry integration to use rewriteFramesIntegration ; refined video display logic. |
src/features/user/Settings/DeleteProfile/DeleteProfileForm.tsx | Added a button that throws an error when clicked; existing logic remains unchanged. |
🐰 In the code where changes bloom,
Sentry's whispers chase the gloom.
A button here to raise a cheer,
With every click, a new frontier!
Let frames be rewritten, clear and bright,
As we hop along, coding through the night! 🌙
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fixes #
Changes in this pull request: