Skip to content

fix(desktop): webview GUEST_VIEW_MANAGER_CALL エラーを Sentry からフィルタ#65

Merged
MocA-Love merged 1 commit into
mainfrom
fix/webview-guest-view-error
Apr 4, 2026
Merged

fix(desktop): webview GUEST_VIEW_MANAGER_CALL エラーを Sentry からフィルタ#65
MocA-Love merged 1 commit into
mainfrom
fix/webview-guest-view-error

Conversation

@MocA-Love
Copy link
Copy Markdown
Owner

@MocA-Love MocA-Love commented Apr 4, 2026

概要

  • 内蔵ブラウザ(webview)で外部サイト閲覧中、サイト側のリダイレクト等で ERR_ABORTED / ERR_CONNECTION_REFUSED が発生
  • これが Electron 内部の GUEST_VIEW_MANAGER_CALL として unhandled rejection になり Sentry に送信されていた
  • アプリのバグではなく外部サイト起因のため、renderer の Sentry init に beforeSend フィルタを追加してドロップ

関連 Issue

Fixes ELECTRON-M (22件), ELECTRON-W (2件)

テスト計画

  • リダイレクトが発生する外部サイトを webview で開く
  • Sentry に GUEST_VIEW_MANAGER_CALL エラーが送信されないことを確認
  • 他のエラーは正常に報告されることを確認

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
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 4, 2026

Warning

Rate limit exceeded

@MocA-Love has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 38 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6281e821-7d91-4bba-8688-56855e00ed31

📥 Commits

Reviewing files that changed from the base of the PR and between 85511b8 and 1ce50ba.

📒 Files selected for processing (1)
  • apps/desktop/src/renderer/lib/sentry.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/webview-guest-view-error

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@MocA-Love MocA-Love changed the title fix(desktop): filter webview GUEST_VIEW_MANAGER_CALL errors from Sentry fix(desktop): webview GUEST_VIEW_MANAGER_CALL エラーを Sentry からフィルタ Apr 4, 2026
@MocA-Love MocA-Love merged commit 42bb16c into main Apr 4, 2026
6 checks passed
MocA-Love pushed a commit that referenced this pull request May 25, 2026
…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.
MocA-Love pushed a commit that referenced this pull request May 29, 2026
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant