fix(ddm-alerts): Enable on-demand querying behaviour in alert charts (#60164)
When requesting alert chart data via `events-stats` we need to pass the
`useOnDemandMetrics` query param to enable the same query behaviour the
alert subscriptions have.
- requires https://github.com/getsentry/sentry/pull/60119