From b137dd3849ffae578e4ce558551a1f26cfa43b5e Mon Sep 17 00:00:00 2001 From: Mike Moyer <87040148+mmoyer-va@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:12:36 -0500 Subject: [PATCH] Track user frustrations (#33864) --- src/applications/mhv-medical-records/containers/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/mhv-medical-records/containers/App.jsx b/src/applications/mhv-medical-records/containers/App.jsx index 066bbede8b13..06be73a3cfc5 100644 --- a/src/applications/mhv-medical-records/containers/App.jsx +++ b/src/applications/mhv-medical-records/containers/App.jsx @@ -104,6 +104,7 @@ const App = ({ children }) => { sessionSampleRate: 100, // controls the percentage of overall sessions being tracked sessionReplaySampleRate: 50, // is applied after the overall sample rate, and controls the percentage of sessions tracked as Browser RUM & Session Replay trackInteractions: true, + trackFrustrations: true, trackUserInteractions: true, trackResources: true, trackLongTasks: true,