Is there an existing issue for this?
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
- sentry init
- Check the reported transaction data and find that the
CLS metrics is missing
- After reading the code, I found that only when the page is hidden can I report
- 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