Merge pull request #35 from artslidd/develop

Add resources tracking
This commit is contained in:
Arthur Belleville 2025-10-30 19:14:52 +01:00 committed by GitHub
commit 1e85d55efa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,
});