When we show data for a metric, we currently don't include the current day's worth of data. For users just getting set up, they may only have events from today, and want to test out if the query is working, and by excluding events from 'today', they can't see results.
TODO:
In packages/back-end/src/services/experiments.ts on line 329, instead of using the current date as the value of to, use tomorrow instead (add 1 day).
The text was updated successfully, but these errors were encountered:
jdorn
changed the title
Consider changing the current date limit in metric queries do not include today
Make metric queries include current date
Dec 31, 2021
When we show data for a metric, we currently don't include the current day's worth of data. For users just getting set up, they may only have events from today, and want to test out if the query is working, and by excluding events from 'today', they can't see results.
TODO:
packages/back-end/src/services/experiments.tson line329, instead of using the current date as the value ofto, use tomorrow instead (add 1 day).The text was updated successfully, but these errors were encountered: