|
|
@@ -175,10 +175,10 @@ async function clyRequest(method, url, reqData) {
|
|
|
let traceparent = `00-${newrelicData.d.tr}-${newrelicData.d.id}-00`;
|
|
|
|
|
|
let headers = gCaiLeHeaders;
|
|
|
- headers.newrelic = base64encodeStr(JSON.stringify(newrelicData));
|
|
|
+ // headers.newrelic = base64encodeStr(JSON.stringify(newrelicData));
|
|
|
headers.tracestate = tracestate;
|
|
|
headers.traceparent = traceparent;
|
|
|
- headers.apuid = generateRandString(13);
|
|
|
+ headers.apuid = 'sg282MjNFMbRl';
|
|
|
|
|
|
let body = '';
|
|
|
if (method == 'post') {
|