Skip to content

Commit dd4683f

Browse files
committed
Screen dimensions as person property
1 parent 86f5a76 commit dd4683f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/utils/event-utils.ts

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ export const EVENT_TO_PERSON_PROPERTIES = [
6161
'$os_version',
6262
'$referring_domain',
6363
'$referrer',
64+
'$screen_height',
65+
'$screen_width',
66+
'$viewport_height',
67+
'$viewport_width',
6468
]
6569

6670
export const MASKED = '<masked>'

0 commit comments

Comments
 (0)