Patch/patch ch clicks with url (#2698)

* added url and url_path to click events

* added app_crash support

* fixed an url in click event
This commit is contained in:
Alexander 2024-10-28 18:47:31 +01:00 committed by GitHub
parent d9fe2b5bb8
commit e84bdb5eef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -423,8 +423,8 @@ func (c *connectorImpl) InsertWebClickEvent(session *sessions.Session, msg *mess
msg.Selector,
nX,
nY,
msg.URL,
extractUrlPath(msg.URL),
msg.Url,
extractUrlPath(msg.Url),
); err != nil {
c.checkError("clicks", err)
return fmt.Errorf("can't append to clicks batch: %s", err)