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
Refactor error event and name hooks to utilize buildApiParams for cleaner API parameter handling
- Removed direct date handling in `useGetErrorEventsInfinite` and `useGetErrorNamesPaginated` hooks, replacing it with `buildApiParams` for improved readability and maintainability.
- Updated `useGetGSCData` to implement a new date range function that accommodates GSC API requirements, ensuring accurate date handling.
- Enhanced session and user analytics queries to include additional parameters and improve filter handling, ensuring consistent data retrieval across endpoints.
0 commit comments