Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RUM-1016] Browser RUM: add view.name as updatable property #19632

Merged
merged 1 commit into from
Sep 13, 2023
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 @@ -451,6 +451,7 @@ You can update the following event properties:
|-----------------------|-----------|-----------------------------------------------------------------------------------------------------|
| `view.url` | String | The URL of the active web page. |
| `view.referrer` | String | The URL of the previous web page from which a link to the currently requested page was followed. |
| `view.name` | String | The name of the current view. |
| `action.target.name` | String | The element that the user interacted with. Only for automatically collected actions. |
| `error.message` | String | A concise, human-readable, one-line message explaining the error. |
| `error.stack ` | String | The stack trace or complementary information about the error. |
Expand Down