Skip to content

Commit

Permalink
chore: add autocapture clarity for replay templates (#25753)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pauldambra and github-actions[bot] authored Oct 23, 2024
1 parent cda9179 commit fba60de
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ const RecordingTemplateCard = (props: RecordingTemplateCardProps): JSX.Element =
closeable={variablesVisible}
onClose={hideVariables}
focused={variablesVisible}
data-attr={`session-replay-template-${props.category}-${props.template.key}`}
data-attr="session-replay-template"
data-ph-capture-attribute-category={props.category}
data-ph-capture-attribute-template={props.template.key}
>
<div className="flex flex-col gap-2">
<div className="flex items-center gap-2">
Expand Down

0 comments on commit fba60de

Please sign in to comment.