@salesforce/lds-instrumentation 1.213.0 → 1.213.2
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.
|
@@ -99,7 +99,7 @@ var ScalarTypes;
|
|
|
99
99
|
ScalarTypes[ScalarTypes["Number"] = 2] = "Number";
|
|
100
100
|
ScalarTypes[ScalarTypes["Integer"] = 3] = "Integer";
|
|
101
101
|
})(ScalarTypes || (ScalarTypes = {}));
|
|
102
|
-
// engine version: 0.144.
|
|
102
|
+
// engine version: 0.144.6-819f7fff
|
|
103
103
|
|
|
104
104
|
const DurableEnvironmentEventDiscriminator = 'durable';
|
|
105
105
|
function isDurableEnvironmentEvent(event) {
|
|
@@ -1488,4 +1488,4 @@ function setStoreEventObservers(store) {
|
|
|
1488
1488
|
const instrumentation = new Instrumentation();
|
|
1489
1489
|
|
|
1490
1490
|
export { Instrumentation, LRUCache, metricKeys as METRIC_KEYS, handleIngestedNewData, handleOnDataOutOfTtlDurationUpdate, incrementCounterMetric, incrementGetRecordNormalInvokeCount, incrementGetRecordNotifyChangeAllowCount, incrementGetRecordNotifyChangeDropCount, incrementNotifyRecordUpdateAvailableAllowCount, incrementNotifyRecordUpdateAvailableDropCount, instrumentAdapter, instrumentLuvio, instrumentMethods, instrumentStoreMethods, instrumentation, logObjectInfoChanged, setInstrumentationHooks, setLdsAdaptersUiapiInstrumentation, setLdsNetworkAdapterInstrumentation, setStoreEventObservers, setupInstrumentation, startAdapterActivity, updatePercentileHistogramMetric };
|
|
1491
|
-
// version: 1.213.
|
|
1491
|
+
// version: 1.213.2-69d4eea1b
|
package/package.json
CHANGED