Skip to content

Commit

Permalink
fix(hogql): Fix hogql compare capture query type mismatch (#19655)
Browse files Browse the repository at this point in the history
Can use `properties.query.kind` instead.
  • Loading branch information
webjunkie authored Jan 8, 2024
1 parent 526591f commit a4c4054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/queries/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ export async function query<N extends DataNode = DataNode>(

posthog.capture('hogql_compare', {
query: queryNode,
query_type: isTrendsQuery(queryNode) ? 'trends' : 'lifecycle',
equal: mismatchCount === 0,
mismatch_count: mismatchCount,
})
Expand Down

0 comments on commit a4c4054

Please sign in to comment.