Skip to content

Commit

Permalink
Track user frustrations (#33864)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoyer-va authored Jan 3, 2025
1 parent 2379526 commit b137dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/applications/mhv-medical-records/containers/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b137dd3

Please sign in to comment.