Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@ Select an event name in the following table to see its attributes.
`Span` data is reported for [distributed tracing](/docs/browser/new-relic-browser/browser-pro-features/browser-data-distributed-tracing).
</td>
</tr>
<tr>
<td>
[`UserAction`](/attribute-dictionary/?event=UserAction)
</td>

<td>
`UserAction` event is captured as the result of a user interaction with the web application. This event includes action information and DOM target identifiers along with several default attributes, such as application and geographic data.
</td>
</tr>
</tbody>
</table>

Expand Down
Loading