diff --git a/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-fast--dark.png b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-fast--dark.png new file mode 100644 index 0000000000000..24a5d5d2a4515 Binary files /dev/null and b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-fast--dark.png differ diff --git a/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-fast--light.png b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-fast--light.png new file mode 100644 index 0000000000000..b94c043a1dbee Binary files /dev/null and b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-fast--light.png differ diff --git a/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-medium--dark.png b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-medium--dark.png new file mode 100644 index 0000000000000..c4f2113a4995a Binary files /dev/null and b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-medium--dark.png differ diff --git a/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-medium--light.png b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-medium--light.png new file mode 100644 index 0000000000000..52a86fd080144 Binary files /dev/null and b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-medium--light.png differ diff --git a/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-slow--dark.png b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-slow--dark.png new file mode 100644 index 0000000000000..61e747c09f7f8 Binary files /dev/null and b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-slow--dark.png differ diff --git a/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-slow--light.png b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-slow--light.png new file mode 100644 index 0000000000000..0e83a7ddd5c4e Binary files /dev/null and b/frontend/__snapshots__/components-networkrequest-navigationitem--web-vitals-all-slow--light.png differ diff --git a/frontend/src/scenes/error-tracking/queries.ts b/frontend/src/scenes/error-tracking/queries.ts index 5e4aa489e2108..eed829b0544af 100644 --- a/frontend/src/scenes/error-tracking/queries.ts +++ b/frontend/src/scenes/error-tracking/queries.ts @@ -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',