You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Replace deprecated url.parse with parseStringToURLObject
Node.js 24+ (Electron 40+) emits deprecation warnings for url.parse()
which get captured by captureConsoleIntegration and cause test failures.
Replace url.parse() calls in net-breadcrumbs.ts with parseStringToURLObject
from @sentry/core which uses the WHATWG URL API.
Also updates e2e test versions to include Electron 40.0.0.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments