We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d00c1 commit 7768b27Copy full SHA for 7768b27
packages/rpc/src/lib/analytics-utils.ts
@@ -207,7 +207,7 @@ const buildStepQuery = (
207
SELECT anonymous_id as vid, time as ts FROM analytics.events
208
WHERE ${base} AND event_name = {t${idx}:String}${filterSQL}
209
UNION ALL
210
- SELECT anonymous_id as vid, timestamp as ts FROM analytics.custom_events
+ SELECT anonymous_id as vid, timestamp as ts FROM analytics.custom_event_spans
211
WHERE client_id = {websiteId:String}
212
AND timestamp >= parseDateTimeBestEffort({startDate:String})
213
AND timestamp <= parseDateTimeBestEffort({endDate:String})
0 commit comments