@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
23 lines (22 loc) • 830 B
JavaScript
;
module.exports = {
/**
* Source instrumentation header that is added by an application while making http
* requests and retrieved by the other application when processing incoming requests.
*/
sourceInstrumentationKeyHeader: "x-ms-request-source-ikey",
/**
* Target instrumentation header that is added to the response and retrieved by the
* calling application when processing incoming responses.
*/
targetInstrumentationKeyHeader: "x-ms-request-target-ikey",
/**
* Header containing the id of the immidiate caller
*/
parentIdHeader: "x-ms-request-id",
/**
* Header containing the correlation id that kept the same for every telemetry item
* accross transactions
*/
rootIdHeader: "x-ms-request-root-id"
};