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: prevent service worker registration errors in VSCode webview
- Disable PostHog service worker features that are incompatible with VSCode webviews
- Add safeguard to override navigator.serviceWorker.register to prevent any registration attempts
- This fixes the "InvalidStateError: Failed to register a ServiceWorker" error
Fixes#7233
0 commit comments