Alyssa
Alyssa
Thanks for the response! I'll have a dig on our end to see if I can figure out what's wrong with our sourcemaps - the `sentry-cli sourcemaps resolve` command you...
We're also using create-react-app (also 4.0.3), so `source-map-support` is in our dependency tree too.
I've also observed `realHover` no longer working, but in our case it's after trying to upgrade to Cypress 10 (but leaving the chrome version fixed at `99.0.4844.84`). We've bumped the...
We've added debug logging for the browsers (by adding `--enable-logging --v=1` to our launchArgs), and are consistently seeing request errors to security-type endpoints when the problem occurs. I'm not sure...
We've disabled safe browsing via the following snippet (inspired by https://github.com/cypress-io/cypress/issues/9017): ``` const originalPrefs = launchOptions.preferences.default launchOptions.preferences.default = { ...originalPrefs, safebrowsing: { enabled: false, }, } ``` This has prevented...
> @alyssa-glean My apologies, I haven't had the time to pull the logs on this, but this stopped happening for us after updating our version of Chrome. We were running...
> @tonysimpson-sonocent @alyssa-glean what version of chrome/edge/chromium are you all using? Currently we're on: Chrome: 99.0.4844.84 Edge: 102.0.1227.0 However, this issue has been hitting us for a while, since around...
> hmmm. Doesn't seem to be browser related then. Have you or @tonysimpson-sonocent tried the js heap increase suggestion yet? I'm curious if the leak continues to get worse or...
Okedoke, I've sent those through to the same email as before :smile:
> That's great, we'd be happy to try it out and report back. Note that something like this issue was affecting us back on 6.80 & 7.7.0, but it's possible...