@microsoft/applicationinsights-debugplugin-js 2.8.0-beta.2203-10 → 2.8.0-beta.2203-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/{ai.dbg.2.8.0-beta.2203-10.cjs.js → ai.dbg.2.8.0-beta.2203-13.cjs.js} +8 -5
- package/browser/ai.dbg.2.8.0-beta.2203-13.cjs.js.map +1 -0
- package/browser/ai.dbg.2.8.0-beta.2203-13.cjs.min.js +6 -0
- package/browser/ai.dbg.2.8.0-beta.2203-13.cjs.min.js.map +1 -0
- package/browser/{ai.dbg.2.8.0-beta.2203-10.gbl.js → ai.dbg.2.8.0-beta.2203-13.gbl.js} +8 -5
- package/browser/ai.dbg.2.8.0-beta.2203-13.gbl.js.map +1 -0
- package/browser/ai.dbg.2.8.0-beta.2203-13.gbl.min.js +6 -0
- package/browser/ai.dbg.2.8.0-beta.2203-13.gbl.min.js.map +1 -0
- package/browser/ai.dbg.2.8.0-beta.2203-13.integrity.json +66 -0
- package/browser/{ai.dbg.2.8.0-beta.2203-10.js → ai.dbg.2.8.0-beta.2203-13.js} +8 -5
- package/browser/ai.dbg.2.8.0-beta.2203-13.js.map +1 -0
- package/browser/ai.dbg.2.8.0-beta.2203-13.min.js +6 -0
- package/browser/ai.dbg.2.8.0-beta.2203-13.min.js.map +1 -0
- package/browser/ai.dbg.2.cjs.js +7 -4
- package/browser/ai.dbg.2.cjs.js.map +1 -1
- package/browser/ai.dbg.2.cjs.min.js +2 -2
- package/browser/ai.dbg.2.cjs.min.js.map +1 -1
- package/browser/ai.dbg.2.gbl.js +7 -4
- package/browser/ai.dbg.2.gbl.js.map +1 -1
- package/browser/ai.dbg.2.gbl.min.js +2 -2
- package/browser/ai.dbg.2.gbl.min.js.map +1 -1
- package/browser/ai.dbg.2.js +7 -4
- package/browser/ai.dbg.2.js.map +1 -1
- package/browser/ai.dbg.2.min.js +2 -2
- package/browser/ai.dbg.2.min.js.map +1 -1
- package/dist/applicationinsights-debugplugin-js.api.json +1 -1
- package/dist/applicationinsights-debugplugin-js.d.ts +1 -1
- package/dist/applicationinsights-debugplugin-js.js +7 -4
- package/dist/applicationinsights-debugplugin-js.js.map +1 -1
- package/dist/applicationinsights-debugplugin-js.min.js +2 -2
- package/dist/applicationinsights-debugplugin-js.min.js.map +1 -1
- package/dist/applicationinsights-debugplugin-js.rollup.d.ts +1 -1
- package/dist-esm/DebugPlugin.js +1 -1
- package/dist-esm/applicationinsights-debugplugin-js.js +1 -1
- package/dist-esm/components/Dashboard.js +1 -1
- package/dist-esm/components/LogEntry.js +3 -3
- package/dist-esm/components/LogEntry.js.map +1 -1
- package/dist-esm/components/debugBins.js +1 -1
- package/dist-esm/components/filterList.js +1 -1
- package/dist-esm/components/helpers.js +1 -1
- package/dist-esm/components/styleNodeSrc.js +1 -1
- package/dist-esm/interfaces/IDebugPluginConfig.js +1 -1
- package/package.json +4 -4
- package/src/components/LogEntry.ts +2 -2
- package/types/tsdoc-metadata.json +1 -1
- package/browser/ai.dbg.2.8.0-beta.2203-10.cjs.js.map +0 -1
- package/browser/ai.dbg.2.8.0-beta.2203-10.cjs.min.js +0 -6
- package/browser/ai.dbg.2.8.0-beta.2203-10.cjs.min.js.map +0 -1
- package/browser/ai.dbg.2.8.0-beta.2203-10.gbl.js.map +0 -1
- package/browser/ai.dbg.2.8.0-beta.2203-10.gbl.min.js +0 -6
- package/browser/ai.dbg.2.8.0-beta.2203-10.gbl.min.js.map +0 -1
- package/browser/ai.dbg.2.8.0-beta.2203-10.integrity.json +0 -66
- package/browser/ai.dbg.2.8.0-beta.2203-10.js.map +0 -1
- package/browser/ai.dbg.2.8.0-beta.2203-10.min.js +0 -6
- package/browser/ai.dbg.2.8.0-beta.2203-10.min.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Debug Plugin, 2.8.0-beta.2203-
|
|
2
|
+
* Application Insights JavaScript SDK - Debug Plugin, 2.8.0-beta.2203-13
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
this.Microsoft = this.Microsoft || {};
|
|
@@ -370,6 +370,9 @@ this.Microsoft = this.Microsoft || {};
|
|
|
370
370
|
}
|
|
371
371
|
return null;
|
|
372
372
|
}
|
|
373
|
+
function objToString(obj) {
|
|
374
|
+
return _objToString.call(obj);
|
|
375
|
+
}
|
|
373
376
|
function isTypeof(value, theType) {
|
|
374
377
|
return typeof value === theType;
|
|
375
378
|
}
|
|
@@ -1261,7 +1264,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
1261
1264
|
}
|
|
1262
1265
|
|
|
1263
1266
|
var _objDefineProperty = ObjDefineProperty;
|
|
1264
|
-
var version = "2.
|
|
1267
|
+
var version = "2.8.0-beta.2203-13";
|
|
1265
1268
|
var instanceName = "." + newId(6);
|
|
1266
1269
|
var _dataUid = 0;
|
|
1267
1270
|
function _createAccessor(target, prop, value) {
|
|
@@ -2121,7 +2124,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
2121
2124
|
eventName = (eventName || "") + theNamespace_1;
|
|
2122
2125
|
}
|
|
2123
2126
|
}
|
|
2124
|
-
var parsedEvent = (eventNamespace.exec(eventName) || []);
|
|
2127
|
+
var parsedEvent = (eventNamespace.exec(eventName || "") || []);
|
|
2125
2128
|
return {
|
|
2126
2129
|
type: parsedEvent[1],
|
|
2127
2130
|
ns: ((parsedEvent[2] || "").replace(rRemoveEmptyNs, ".").replace(rRemoveTrailingEmptyNs, "").split(".").sort()).join(".")
|
|
@@ -3359,7 +3362,7 @@ this.Microsoft = this.Microsoft || {};
|
|
|
3359
3362
|
}
|
|
3360
3363
|
}
|
|
3361
3364
|
else if (isString(value) || isNumber(value) || isBoolean(value)) {
|
|
3362
|
-
return _testValue(rg, value
|
|
3365
|
+
return _testValue(rg, objToString(value));
|
|
3363
3366
|
}
|
|
3364
3367
|
}
|
|
3365
3368
|
return false;
|
|
@@ -3969,4 +3972,4 @@ this.Microsoft = this.Microsoft || {};
|
|
|
3969
3972
|
(function(obj, prop, descriptor) { /* ai_es3_polyfil defineProperty */ var func = Object["defineProperty"]; if (func) { try { return func(obj, prop, descriptor); } catch(e) { /* IE8 defines defineProperty, but will throw */ } } if (descriptor && typeof descriptor.value !== undefined) { obj[prop] = descriptor.value; } return obj; })(exports, '__esModule', { value: true });
|
|
3970
3973
|
|
|
3971
3974
|
})(this.Microsoft.ApplicationInsights = this.Microsoft.ApplicationInsights || {});
|
|
3972
|
-
//# sourceMappingURL=ai.dbg.2.8.0-beta.2203-
|
|
3975
|
+
//# sourceMappingURL=ai.dbg.2.8.0-beta.2203-13.gbl.js.map
|