fix(desktop): webview GUEST_VIEW_MANAGER_CALL エラーを Sentry からフィルタ#65
Conversation
External site navigation errors (ERR_ABORTED, ERR_CONNECTION_REFUSED) in embedded webviews surface as unhandled rejections with GUEST_VIEW_MANAGER_CALL. These are not actionable app bugs. Fixes ELECTRON-M, ELECTRON-W
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 11 minutes and 38 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…rset-sh#4504) * chore(deps): bump simple-git to 3.36.0 to patch GHSA-hffm-xvc3-vprc Closes Dependabot alerts #65 and #139 (RCE via --config option injection). Current call sites pass static option arrays, so exposure was theoretical, but bumping is defense-in-depth. * chore(deps): bump next 16.2.1 -> 16.2.6 across all apps 16.2.6 patches every flagged Next.js Dependabot CVE, including the proxy/middleware bypass advisories (GHSA-26hh-7cqf-hhc6, etc.) that matter most given web/admin/api enforce auth via proxy.ts. Patch-level bump, no breaking changes in the 16.2.x range.
…rset-sh#4504) * chore(deps): bump simple-git to 3.36.0 to patch GHSA-hffm-xvc3-vprc Closes Dependabot alerts #65 and #139 (RCE via --config option injection). Current call sites pass static option arrays, so exposure was theoretical, but bumping is defense-in-depth. * chore(deps): bump next 16.2.1 -> 16.2.6 across all apps 16.2.6 patches every flagged Next.js Dependabot CVE, including the proxy/middleware bypass advisories (GHSA-26hh-7cqf-hhc6, etc.) that matter most given web/admin/api enforce auth via proxy.ts. Patch-level bump, no breaking changes in the 16.2.x range.
概要
ERR_ABORTED/ERR_CONNECTION_REFUSEDが発生GUEST_VIEW_MANAGER_CALLとして unhandled rejection になり Sentry に送信されていたbeforeSendフィルタを追加してドロップ関連 Issue
Fixes ELECTRON-M (22件), ELECTRON-W (2件)
テスト計画