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:
parent
d9fe2b5bb8
commit
e84bdb5eef
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue