change(tracker): tracker 5.0.1
This commit is contained in:
parent
0dddaecd67
commit
c945d47a7c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker",
|
||||
"description": "The OpenReplay tracker main package",
|
||||
"version": "5.0.1-beta.2",
|
||||
"version": "5.0.1",
|
||||
"keywords": [
|
||||
"logging",
|
||||
"replay"
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ export default function (app: App): void {
|
|||
id,
|
||||
mouseTarget === target ? Math.round(performance.now() - mouseTargetTime) : 0,
|
||||
getTargetLabel(target),
|
||||
getSelector(id, target),
|
||||
isClickable(target) ? getSelector(id, target) : '',
|
||||
),
|
||||
true,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue