Skip to main content
if(window.elasticApm){
var apm = window.elasticApm.init({
serviceName: 'ds-platform-client-side',
serverUrl: 'https://pdxelk.dealerspike.com:8201',
environment: 'Production',
transactionSampleRate: 0.2,
});
apm.addLabels( { site: window.location.host } );
}