feat: record browser conversion activity

This commit is contained in:
2026-06-29 09:41:25 +08:00
parent 8cadc957cf
commit 6fa0dd350d
3 changed files with 45 additions and 6 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
'case.selected',
'browser.capture.page',
'browser.capture.selection',
'browser.capture.link'
'browser.capture.link',
'browser.capture.converted'
];
function injectStyles() {
+2 -1
View File
@@ -70,7 +70,8 @@
"workspace.selected",
"browser.capture.page",
"browser.capture.selection",
"browser.capture.link"
"browser.capture.link",
"browser.capture.converted"
],
"handler": "recordActivityEvent"
}