You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(analytics): prevent crashes in GoogleAnalyticsDataClient
- Use firstOrNull instead of first to avoid exceptions when lists are empty
- Add null checks for dimensionValues and metricValues to ensure safe access
- Update methods to handle cases where data might be missing without causing errors
0 commit comments