594 Commits

Author SHA1 Message Date
ender336
c8cb2cc3c0 Merge pull request #618 from microsoft/samart/conversions
Conversion config supporting click text reporting
2024-06-17 15:27:28 -07:00
Sam Martin
f59a3dea37 style comma 2024-06-17 15:05:34 -07:00
Sam Martin
c73462df7a renaming to conversions 2024-06-14 16:13:51 -07:00
Sam Martin
da7df8a92b optional config override for allowing click text in click instrumentation for snapshot 2024-06-13 15:45:36 -07:00
Zoe
3c85714479 Merge pull request #612 from microsoft/zoeyang/updateDependancy
update decode dependency
2024-05-28 14:52:31 -07:00
Zoe Yang
ee35895cf6 update old versions 2024-05-28 14:44:51 -07:00
Zoe Yang
6487d75958 update decode dependancy 2024-05-28 14:35:30 -07:00
ender336
38971de896 Merge pull request #610 from microsoft/zoeyang/updateCanvasMaxHeight
update max scroll canvas height
2024-05-23 12:33:34 -07:00
Zoe Yang
f89a3604f4 update max scroll canvas height 2024-05-23 09:57:10 -07:00
ender336
f1178d14d2 Merge pull request #604 from microsoft/samart/styleSharedState
breaking out the style states into 2 fields and ensuring we dont rese…
2024-05-16 13:47:28 -07:00
Sam Martin
d219f6d750 ensuring we look at all documents for sytle changes 2024-05-16 10:21:57 -07:00
Sam Martin
1a63174cd5 only creating stylesheets when documents reference them 2024-05-15 11:43:33 -07:00
Sam Martin
6acca304da unintended rollup change 2024-05-15 08:16:37 -07:00
Sam Martin
52760a1891 removing unused import 2024-05-15 07:46:09 -07:00
Sam Martin
dd016d870a breaking out the style states into 2 fields and ensuring we dont reset in the middle of capturing subsequent pages 2024-05-14 16:04:49 -07:00
Abdelarhman Magdy
bfb8a5dc82 Fixing duplicate elements issue (#600) 2024-05-13 20:25:05 +03:00
Abdelarhman Magdy
b67a9ee6e7 Removing aria-labels from the dom data (#595)
* Fixing duplicate elemnts bug

* Adding clarifying comment

* revert duplicate bug fixes
2024-05-12 13:41:04 +03:00
swaathee
b16b958d5c Merge pull request #598 from microsoft/swradhak/mutationthrottleconfig
add a config for disabling mutation throttle
2024-05-11 23:45:09 -07:00
Swaathee Radhakrishnan
3458ae2192 add a config for disabling mutation throttle 2024-05-10 14:26:29 -07:00
Abdelarhman Magdy
52577706c3 Merge pull request #587 from microsoft/zoeyang/logInitial
tracking initial top & bottom elements
2024-05-08 20:17:50 +03:00
swaathee
8b2b242f89 Merge pull request #594 from microsoft/swradhak/timesynchronization
time synchronization fixes
2024-05-08 10:06:01 -07:00
swaathee
9b12073770 Merge pull request #591 from microsoft/swradhak/mutationfix
do not send previous if parent is null
2024-05-07 11:18:21 -07:00
Swaathee Radhakrishnan
6005a39af2 resolve comment 2024-05-06 16:36:47 -07:00
Swaathee Radhakrishnan
754c76add4 time synchronization fixes 2024-05-06 15:34:03 -07:00
Swaathee Radhakrishnan
a4dbc739ee do not send previous if parent is null 2024-04-29 10:25:10 -07:00
Zoe Yang
e267194eff reset initial nodes 2024-04-25 13:57:07 -07:00
Zoe Yang
f5374a4875 address PR comments 2024-04-25 13:34:42 -07:00
Zoe Yang
e500e84bf3 remove brackets 2024-04-24 16:36:37 -07:00
Zoe Yang
9e0abccf0c address PR comments 2024-04-24 16:33:47 -07:00
Zoe Yang
1520061bd8 update dimension log 2024-04-24 15:07:30 -07:00
Zoe Yang
1b1765b84c update dimension log 2024-04-24 15:06:55 -07:00
Zoe Yang
f906a621fa update top & bottom & dimension logging 2024-04-24 11:17:30 -07:00
Zoe Yang
e2636327c9 tracking initial top & bottom elements 2024-04-23 18:24:03 -07:00
ender336
5b2560e905 Merge pull request #585 from microsoft/samart/delayDomFix
ensuring mutation module starts when delayDom is false
2024-04-22 13:53:08 -07:00
Sam Martin
329b27c236 ensuring mutation module starts when delayDom is false 2024-04-22 13:35:59 -07:00
ender336
8972c47719 Merge pull request #584 from microsoft/samart/heatmapAdoptedStyle
Samart/heatmap adopted style
2024-04-22 13:14:07 -07:00
Sam Martin
90c84b33a8 version rev 2024-04-22 07:56:40 -07:00
Sam Martin
db0c8f77e3 Merge branch 'master' of https://github.com/microsoft/clarity into samart/heatmapAdoptedStyle 2024-04-22 07:56:15 -07:00
Sam Martin
8d377f0803 ensuring we process style events for heatmap screenshot generation 2024-04-22 07:56:11 -07:00
swaathee
03fa9d1233 Merge pull request #580 from microsoft/swradhak/changedevtoolsmanifestversionto0.7.31
change manifest
2024-04-15 15:23:17 -07:00
Swaathee Radhakrishnan
81eb9e0393 change manifest 2024-04-15 15:19:32 -07:00
swaathee
b17b7be828 Merge pull request #578 from microsoft/swradhak/clarityadoptedstyletimefix
add time to style events based on original dom event
2024-04-15 14:55:23 -07:00
swaathee
0b28321d72 Merge pull request #579 from microsoft/swradhak/insightsfixforhash
fix import on scroll event
2024-04-15 14:53:40 -07:00
Swaathee Radhakrishnan
e5b5ea5bf7 fix import on scroll event 2024-04-15 13:12:08 -07:00
swaathee
08910e9812 Merge pull request #574 from microsoft/zoeyang/addnullcheck
add token length check for backward compatibility.
2024-04-15 12:12:05 -07:00
Swaathee Radhakrishnan
16d7d48a27 add time to style events based on original dom event 2024-04-15 11:43:09 -07:00
Zoe Yang
2d42c5d4c0 revert change 2024-04-12 14:33:16 -07:00
Zoe Yang
37077994e0 record the first scroll event for top & bottom element 2024-04-11 20:01:07 -07:00
Zoe Yang
ae914ec965 add null check 2024-04-11 19:47:29 -07:00
Zoe Yang
d4908e023f add token length check for backward compatibility 2024-04-11 19:33:11 -07:00