Skip to content

Commit 775508c

Browse files
Update packages/instrumentation-user-action/src/instrumentation.ts
Co-authored-by: Benoît <[email protected]>
1 parent 918ad5f commit 775508c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/instrumentation-user-action/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export class UserActionInstrumentation extends InstrumentationBase<UserActionIns
7171
return;
7272
}
7373

74-
const xPath = getElementCSSSelector(element, {
74+
const cssSelector = getElementCSSSelector(element, {
7575
useIdForTargetElement: true,
7676
useIdForAncestors: true,
7777
});

0 commit comments

Comments
 (0)