chore(open-next): add server-side sentry to open-next site#8830
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview Updates Wrangler to use this new entrypoint and adds Reviewed by Cursor Bugbot for commit 9b04e0f. Bugbot is set up for automated code reviews on this repo. Configure here. |
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8830 +/- ##
=======================================
Coverage 73.90% 73.90%
=======================================
Files 105 105
Lines 8889 8889
Branches 326 326
=======================================
Hits 6569 6569
Misses 2319 2319
Partials 1 1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0f161be. Configure here.
|
@dario-piotrowicz please don't use Copilot. We're using Cursor on this repository for now :) |
oh... I actually didn't do anything (at least I don't think so!)... Copilot just automatically reviewed the PR... 😓 |
No? You explicitly requested a review from it
|
|
If that's not the case, I'd recommend you to review your Copilot settings, IDK 😅 |
|
no, I didn't... 😕 😓 🤷 |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dario Piotrowicz <dario.piotrowicz@gmail.com>
c6900c0 to
746a793
Compare
|
@dario-piotrowicz are the playwright tests stuck? |
Yes they were... I've updated the lock file (9b04e0f), where there are no updated related to playwright (just workers-types) and now it's ok... 😅 🤷♂️ |




Description
This PR adds server-side sentry to the open-next site.
Validation
To be done.
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.