### 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.16.0 ### Framework Version vue 3.2.33 ### Link to Sentry event _No response_ ### Steps to Reproduce 1. sentry init 2. Check the reported transaction data and find that the `CLS` metrics is missing 3. After reading the code, I found that only when the page is hidden can I report 4. This reportAllChanges seems meaningless  The following is the code for reporting `CLS`    ### Expected Result `CLS` metrics data reporting ### Actual Result `CLS` metrics data not reporting