Skip to content

Commit 1588742

Browse files
committed
fix: profiles
1 parent 620ce2c commit 1588742

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/api/src/query/builders/profiles.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,8 @@ export const ProfilesBuilders: Record<string, SimpleQueryConfig> = {
6767
e.time,
6868
e.event_name,
6969
e.path,
70-
e.error_message,
71-
e.error_type,
7270
CASE
73-
WHEN e.event_name NOT IN ('screen_view', 'page_exit', 'error', 'web_vitals', 'link_out')
71+
WHEN e.event_name NOT IN ('screen_view', 'page_exit', 'web_vitals', 'link_out')
7472
AND e.properties IS NOT NULL
7573
AND e.properties != '{}'
7674
THEN CAST(e.properties AS String)

0 commit comments

Comments
 (0)