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
ref(insights): Add meta to useSpanMetricsTopNSeries response (#89657)
Right now that hook doesn't return the response meta at all, so we can't
use it for the new charts, since they need meta. I had to replace the
inards to fetch data using `useGenericDiscoverQuery` because the
previous approach doesn't propagate `meta` at all! Luckily this hook is
only used in just one place.
Closes [DAIN-217: Return `meta` from
`useSpanMetricsTopNSeries`](https://linear.app/getsentry/issue/DAIN-217/return-meta-from-usespanmetricstopnseries)
// `interval` is the timestamp of the data point. Every other key is the value of a requested or found timeseries. `groups` is used to disambiguate top-N multi-axis series, which aren't supported here so the value is useless
0 commit comments