Add resources tracking

This commit is contained in:
Arthur Belleville 2025-10-30 19:13:38 +01:00
parent 5132771f84
commit 7a34c6f842
No known key found for this signature in database

View file

@ -20,6 +20,8 @@ datadogRum.init({
defaultPrivacyLevel: "mask-user-input",
plugins: [reactPlugin({ router: true })],
trackViewsManually: true,
trackUserInteractions: true,
trackResources: true,
trackingConsent: hasAnalyticsConsent ? "granted" : "not-granted",
startSessionReplayRecordingManually: false,
});