From 42187a0698843af621e0d33e8ad43839c296844f Mon Sep 17 00:00:00 2001 From: GM Date: Tue, 17 Jan 2023 09:38:01 +0000 Subject: [PATCH] rum config update --- frontend/src/App.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index fa95f74..6543190 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -141,8 +141,11 @@ export default { clientToken: 'pub1cc4d0d6ea0a7235aa1eab86e7a192d4', site: 'datadoghq.com', service:'bang-frontend', - sampleRate: 100, - trackInteractions: true, + sessionSampleRate: 100, + sessionReplaySampleRate: 100, + trackUserInteractions: true, + trackResources: true, //non so cosa faccia, proviamo + trackLongTasks: true, //non so cosa faccia, proviamo defaultPrivacyLevel: 'allow', proxyUrl: (Vue.config.devtools ? `http://${window.location.hostname}:5001` : window.location.origin) + '/ddproxy', });