We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912ece2 commit 1de87efCopy full SHA for 1de87ef
lib/common.ts
@@ -14,7 +14,7 @@ export function getDefaultHeaders(serviceName: string, serviceVersion: string, o
14
15
const headers = {
16
'User-Agent': `${sdkName}-${sdkVersion} ${osName} ${osVersion} ${nodeVersion}`,
17
- 'X-IBMCloud-SDK-Analytics': `service_name=${serviceName};service_version=${serviceVersion};operation_id=${operationId},async=true`,
+ 'X-IBMCloud-SDK-Analytics': `service_name=${serviceName};service_version=${serviceVersion};operation_id=${operationId};async=true`,
18
}
19
20
return headers;
0 commit comments