Skip to content

Commit

Permalink
Browser RUM: add view.name as updatable property (#19632)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan authored Sep 13, 2023
1 parent 2b1285c commit af110b2
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit af110b2

Please sign in to comment.