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: paginate queryMetricsMeta to handle orgs with >100 metrics
Previously queryMetricsMeta fetched a single page (100 results) and
discarded the cursor, silently truncating the metric list for large
orgs. Now uses the same pagination loop as queryEvents, bounded by
MAX_PAGINATION_PAGES.
0 commit comments