Skip to content

Commit

Permalink
fix: error tracking query (#23359)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Jul 1, 2024
1 parent 3b3bbe4 commit 22edb77
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/scenes/error-tracking/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const errorTrackingQuery = ({
select: [
'any(properties) -- Error',
'properties.$exception_type',
'sparkline(reverse(arrayMap(x -> countEqual(groupArray(dateDiff("hour", now() - INTERVAL 1 day, timestamp)), x), range(24)))) -- Volume',
`sparkline(reverse(arrayMap(x -> countEqual(groupArray(dateDiff('hour', now() - INTERVAL 1 day, timestamp)), x), range(24)))) -- Volume`,
'count() as unique_occurrences -- Occurrences',
'count(distinct $session_id) as unique_sessions -- Sessions',
'count(distinct distinct_id) as unique_users -- Users',
Expand Down

0 comments on commit 22edb77

Please sign in to comment.