@player-ui/metrics-plugin 1.0.0--canary.865.36694 → 1.0.0-next.0
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.
|
@@ -6510,7 +6510,8 @@ var MetricsPlugin = function() {
|
|
|
6510
6510
|
SCHEMA: "schema",
|
|
6511
6511
|
NETWORK: "network",
|
|
6512
6512
|
PLUGIN: "plugin",
|
|
6513
|
-
RENDER: "render"
|
|
6513
|
+
RENDER: "render",
|
|
6514
|
+
EXTERNAL_STATE: "externalState"
|
|
6514
6515
|
};
|
|
6515
6516
|
var SEVERITY_SET = new Set(Object.values(ErrorSeverity));
|
|
6516
6517
|
var isErrorWithMetadata = function(error) {
|
|
@@ -7923,8 +7924,8 @@ var MetricsPlugin = function() {
|
|
|
7923
7924
|
ref: Symbol("not-started"),
|
|
7924
7925
|
status: "not-started"
|
|
7925
7926
|
};
|
|
7926
|
-
var PLAYER_VERSION = true ? "1.0.0
|
|
7927
|
-
var COMMIT = true ? "
|
|
7927
|
+
var PLAYER_VERSION = true ? "1.0.0-next.0" : "unknown";
|
|
7928
|
+
var COMMIT = true ? "c96e8100e497921f7fb1f1505c529ba3015737b3" : "unknown";
|
|
7928
7929
|
var _Player = /*#__PURE__*/ function() {
|
|
7929
7930
|
function _Player2(config) {
|
|
7930
7931
|
var _this = this;
|