enable heatmaps ddog

This commit is contained in:
Alberto Xamin 2023-04-09 10:16:02 +01:00
parent 6c611aec0b
commit 1ebc4b4bd0
No known key found for this signature in database
GPG Key ID: 5ABFCD8A22EA6F5D

View File

@ -189,6 +189,7 @@ export default {
trackResources: true, //non so cosa faccia, proviamo
trackLongTasks: true, //non so cosa faccia, proviamo
defaultPrivacyLevel: 'allow',
enableExperimentalFeatures: ['clickmap'],
proxyUrl: (Vue.config.devtools ? `http://${window.location.hostname}:5001` : window.location.origin) + '/ddproxy',
});
datadogRum.setUser({name: localStorage.getItem('username')})