rum config update
This commit is contained in:
parent
536ceead77
commit
42187a0698
@ -141,8 +141,11 @@ export default {
|
|||||||
clientToken: 'pub1cc4d0d6ea0a7235aa1eab86e7a192d4',
|
clientToken: 'pub1cc4d0d6ea0a7235aa1eab86e7a192d4',
|
||||||
site: 'datadoghq.com',
|
site: 'datadoghq.com',
|
||||||
service:'bang-frontend',
|
service:'bang-frontend',
|
||||||
sampleRate: 100,
|
sessionSampleRate: 100,
|
||||||
trackInteractions: true,
|
sessionReplaySampleRate: 100,
|
||||||
|
trackUserInteractions: true,
|
||||||
|
trackResources: true, //non so cosa faccia, proviamo
|
||||||
|
trackLongTasks: true, //non so cosa faccia, proviamo
|
||||||
defaultPrivacyLevel: 'allow',
|
defaultPrivacyLevel: 'allow',
|
||||||
proxyUrl: (Vue.config.devtools ? `http://${window.location.hostname}:5001` : window.location.origin) + '/ddproxy',
|
proxyUrl: (Vue.config.devtools ? `http://${window.location.hostname}:5001` : window.location.origin) + '/ddproxy',
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user