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,