**Describe the bug** The ErrorTracker UI has a JS error that prevents it from connecting as a LiveView. The UI shows fine, but the topbar never finishes the loading effect. There's a JS error in the developer console: ``` Uncaught TypeError: can't access property 26, Z is null ``` **To Reproduce** I've seen this in 2 different apps, both in development and production. LiveView versions 1.1.8 and 1.1.11 ErrorTracker 0.6.0 Phoenix 1.7.21 **Expected behaviour** ErrorTracker UI should load and set up the LiveView properly. **Screenshots** <img width="1143" height="647" alt="Image" src="https://github.com/user-attachments/assets/b1ea3947-e5ac-4293-aa0a-3d6218b51e7d" />