@@ -80511,7 +80511,7 @@ Object.defineProperty(exports, "AbortError", ({ enumerable: true, get: function
80511
80511
80512
80512
80513
80513
// Copyright (c) Microsoft Corporation.
80514
- // Licensed under the MIT license .
80514
+ // Licensed under the MIT License .
80515
80515
Object.defineProperty(exports, "__esModule", ({ value: true }));
80516
80516
exports.createTracingClient = exports.useInstrumenter = void 0;
80517
80517
var instrumenter_js_1 = __nccwpck_require__(8729);
@@ -80527,9 +80527,12 @@ Object.defineProperty(exports, "createTracingClient", ({ enumerable: true, get:
80527
80527
80528
80528
80529
80529
// Copyright (c) Microsoft Corporation.
80530
- // Licensed under the MIT license .
80530
+ // Licensed under the MIT License .
80531
80531
Object.defineProperty(exports, "__esModule", ({ value: true }));
80532
- exports.getInstrumenter = exports.useInstrumenter = exports.createDefaultInstrumenter = exports.createDefaultTracingSpan = void 0;
80532
+ exports.createDefaultTracingSpan = createDefaultTracingSpan;
80533
+ exports.createDefaultInstrumenter = createDefaultInstrumenter;
80534
+ exports.useInstrumenter = useInstrumenter;
80535
+ exports.getInstrumenter = getInstrumenter;
80533
80536
const tracingContext_js_1 = __nccwpck_require__(9186);
80534
80537
const state_js_1 = __nccwpck_require__(8914);
80535
80538
function createDefaultTracingSpan() {
@@ -80547,9 +80550,11 @@ function createDefaultTracingSpan() {
80547
80550
setStatus: () => {
80548
80551
// noop
80549
80552
},
80553
+ addEvent: () => {
80554
+ // noop
80555
+ },
80550
80556
};
80551
80557
}
80552
- exports.createDefaultTracingSpan = createDefaultTracingSpan;
80553
80558
function createDefaultInstrumenter() {
80554
80559
return {
80555
80560
createRequestHeaders: () => {
@@ -80569,7 +80574,6 @@ function createDefaultInstrumenter() {
80569
80574
},
80570
80575
};
80571
80576
}
80572
- exports.createDefaultInstrumenter = createDefaultInstrumenter;
80573
80577
/**
80574
80578
* Extends the Azure SDK with support for a given instrumenter implementation.
80575
80579
*
@@ -80578,7 +80582,6 @@ exports.createDefaultInstrumenter = createDefaultInstrumenter;
80578
80582
function useInstrumenter(instrumenter) {
80579
80583
state_js_1.state.instrumenterImplementation = instrumenter;
80580
80584
}
80581
- exports.useInstrumenter = useInstrumenter;
80582
80585
/**
80583
80586
* Gets the currently set instrumenter, a No-Op instrumenter by default.
80584
80587
*
@@ -80590,7 +80593,6 @@ function getInstrumenter() {
80590
80593
}
80591
80594
return state_js_1.state.instrumenterImplementation;
80592
80595
}
80593
- exports.getInstrumenter = getInstrumenter;
80594
80596
//# sourceMappingURL=instrumenter.js.map
80595
80597
80596
80598
/***/ }),
@@ -80600,7 +80602,7 @@ exports.getInstrumenter = getInstrumenter;
80600
80602
80601
80603
80602
80604
// Copyright (c) Microsoft Corporation.
80603
- // Licensed under the MIT license .
80605
+ // Licensed under the MIT License .
80604
80606
Object.defineProperty(exports, "__esModule", ({ value: true }));
80605
80607
exports.state = void 0;
80606
80608
/**
@@ -80620,9 +80622,9 @@ exports.state = {
80620
80622
80621
80623
80622
80624
// Copyright (c) Microsoft Corporation.
80623
- // Licensed under the MIT license .
80625
+ // Licensed under the MIT License .
80624
80626
Object.defineProperty(exports, "__esModule", ({ value: true }));
80625
- exports.createTracingClient = void 0 ;
80627
+ exports.createTracingClient = createTracingClient ;
80626
80628
const instrumenter_js_1 = __nccwpck_require__(8729);
80627
80629
const tracingContext_js_1 = __nccwpck_require__(9186);
80628
80630
/**
@@ -80694,7 +80696,6 @@ function createTracingClient(options) {
80694
80696
createRequestHeaders,
80695
80697
};
80696
80698
}
80697
- exports.createTracingClient = createTracingClient;
80698
80699
//# sourceMappingURL=tracingClient.js.map
80699
80700
80700
80701
/***/ }),
@@ -80704,9 +80705,10 @@ exports.createTracingClient = createTracingClient;
80704
80705
80705
80706
80706
80707
// Copyright (c) Microsoft Corporation.
80707
- // Licensed under the MIT license .
80708
+ // Licensed under the MIT License .
80708
80709
Object.defineProperty(exports, "__esModule", ({ value: true }));
80709
- exports.TracingContextImpl = exports.createTracingContext = exports.knownContextKeys = void 0;
80710
+ exports.TracingContextImpl = exports.knownContextKeys = void 0;
80711
+ exports.createTracingContext = createTracingContext;
80710
80712
/** @internal */
80711
80713
exports.knownContextKeys = {
80712
80714
span: Symbol.for("@azure/core-tracing span"),
@@ -80729,7 +80731,6 @@ function createTracingContext(options = {}) {
80729
80731
}
80730
80732
return context;
80731
80733
}
80732
- exports.createTracingContext = createTracingContext;
80733
80734
/** @internal */
80734
80735
class TracingContextImpl {
80735
80736
constructor(initialContext) {
@@ -81285,7 +81286,7 @@ Object.defineProperty(exports, "AbortError", ({ enumerable: true, get: function
81285
81286
81286
81287
81287
81288
// Copyright (c) Microsoft Corporation.
81288
- // Licensed under the MIT license .
81289
+ // Licensed under the MIT License .
81289
81290
Object.defineProperty(exports, "__esModule", ({ value: true }));
81290
81291
exports.XML_CHARKEY = exports.XML_ATTRKEY = exports.parseXML = exports.stringifyXML = void 0;
81291
81292
var xml_js_1 = __nccwpck_require__(8133);
@@ -81303,7 +81304,7 @@ Object.defineProperty(exports, "XML_CHARKEY", ({ enumerable: true, get: function
81303
81304
81304
81305
81305
81306
// Copyright (c) Microsoft Corporation.
81306
- // Licensed under the MIT license .
81307
+ // Licensed under the MIT License .
81307
81308
Object.defineProperty(exports, "__esModule", ({ value: true }));
81308
81309
exports.XML_CHARKEY = exports.XML_ATTRKEY = void 0;
81309
81310
/**
@@ -81323,7 +81324,7 @@ exports.XML_CHARKEY = "_";
81323
81324
81324
81325
81325
81326
// Copyright (c) Microsoft Corporation.
81326
- // Licensed under the MIT license .
81327
+ // Licensed under the MIT License .
81327
81328
Object.defineProperty(exports, "__esModule", ({ value: true }));
81328
81329
exports.stringifyXML = stringifyXML;
81329
81330
exports.parseXML = parseXML;
0 commit comments