-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConstants.js
More file actions
18 lines (18 loc) · 968 Bytes
/
Constants.js
File metadata and controls
18 lines (18 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
/**
* This is an internal property used to cause internal (reporting) requests to be ignored from reporting
* additional telemetry, to handle polyfil implementations ALL urls used with a disabled request will
* also be ignored for future requests even when this property is not provided.
* Tagging as Ignore as this is an internal value and is not expected to be used outside of the SDK
* @ignore
*/
export var DisabledPropertyName = "Microsoft_ApplicationInsights_BypassAjaxInstrumentation";
export var SampleRate = "sampleRate";
export var ProcessLegacy = "ProcessLegacy";
export var HttpMethod = "http.method";
export var DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com";
export var DEFAULT_BREEZE_PATH = "/v2/track";
export var strNotSpecified = "not_specified";
export var strIkey = "iKey";
//# sourceMappingURL=Constants.js.map