Skip to content

Commit f8335af

Browse files
committed
chore: rename variable
1 parent 33f43b5 commit f8335af

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
@@ -95,7 +95,7 @@ export class UserActionInstrumentation extends InstrumentationBase<UserActionIns
9595
[ATTR_TAG_NAME]: element.tagName,
9696
[ATTR_TAGS]: otelPrefixedAttributes,
9797
[ATTR_MOUSE_EVENT_BUTTON]: this._getMouseButtonFromMouseEvent(event),
98-
[ATTR_CSS_SELECTOR]: xPath,
98+
[ATTR_CSS_SELECTOR]: cssSelector,
9999
},
100100
});
101101
};

0 commit comments

Comments
 (0)