Skip to content

Commit 4b214fe

Browse files
bcaudanjanine-c
andauthored
👌️ improve phrasing
Co-authored-by: Janine Chan <[email protected]>
1 parent 6c7c338 commit 4b214fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/real_user_monitoring/browser/advanced_configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -552,11 +552,11 @@ You can update the following event properties:
552552

553553
The RUM Browser SDK ignores modifications made to event properties not listed above. For more information about event properties, see the [RUM Browser SDK GitHub repository][15].
554554

555-
**Note**: Unlike other events, view events are sent multiple times to Datadog to reflect the updates occurring during their lifecycle. An update on a previous view event can still be sent while a new view is active. So you should be mindful of this behavior when modifying the content of a view event.
555+
**Note**: Unlike other events, view events are sent multiple times to Datadog to reflect the updates occurring during their lifecycle. An update on a previous view event can still be sent while a new view is active. Datadog recommends being mindful of this behavior when modifying the content of a view event.
556556

557557
```javascript
558558
beforeSend: (event) => {
559-
// discouraged, as the current view name could be applied the active view and on the previous views
559+
// discouraged, as the current view name could be applied to both the active view and the previous views
560560
event.view.name = getCurrentViewName()
561561
562562
// recommended

0 commit comments

Comments
 (0)