You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -115,3 +118,44 @@ test('when page is denied then page view is not recorded', async (t: TestControl
115
118
pageInteractionId: '/page_view_two-1'
116
119
});
117
120
});
121
+
122
+
test('when pageTag attribute is passed in when manually recording page view event, then PageViewEventPlugin records pageTag data in metadata',async(t: TestController)=>{
123
+
// If we click too soon, the client/event collector plugin will not be loaded and will not record the click.
124
+
// This could be a symptom of an issue with RUM web client load speed, or prioritization of script execution.
0 commit comments