### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases ### How do you use Sentry? Self-hosted/on-premise ### Which package are you using? @sentry/vue ### SDK Version 7.17.2 ### Framework Version 7.17.2 ### Link to Sentry event https://sentry.tukan.hu/share/issue/cc80369f87ff438e88e5d6caf67987c9/ ### Steps to Reproduce Move the mouse around on an element creating a layout shift (eg a row that expands on hover) ### Expected Result No error ### Actual Result Js error on line https://github.com/getsentry/sentry-javascript/blob/master/packages/tracing/src/browser/web-vitals/getCLS.ts#L64 `Uncaught TypeError: Cannot read properties of undefined (reading 'startTime')`  `firstSessionEntry` and `lastSessionEntry` are undefined but being used without any check