feat: record browser conversion activity
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
'case.selected',
|
||||
'browser.capture.page',
|
||||
'browser.capture.selection',
|
||||
'browser.capture.link'
|
||||
'browser.capture.link',
|
||||
'browser.capture.converted'
|
||||
];
|
||||
|
||||
function injectStyles() {
|
||||
|
||||
@@ -70,7 +70,8 @@
|
||||
"workspace.selected",
|
||||
"browser.capture.page",
|
||||
"browser.capture.selection",
|
||||
"browser.capture.link"
|
||||
"browser.capture.link",
|
||||
"browser.capture.converted"
|
||||
],
|
||||
"handler": "recordActivityEvent"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user