@salesforce/lds-worker-api 1.136.7 → 1.137.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.
- package/dist/sfdc/es/ldsWorkerApi.js +1 -1
- package/dist/standalone/es/lds-worker-api/src/standalone-stubs/instrumentation.d.ts +21 -0
- package/dist/standalone/es/lds-worker-api.js +9793 -3428
- package/dist/standalone/umd/lds-worker-api/src/standalone-stubs/instrumentation.d.ts +21 -0
- package/dist/standalone/umd/lds-worker-api.js +9793 -3428
- package/package.json +1 -1
|
@@ -758,4 +758,4 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
export { createPrimingSession, draftManager, draftQueue, executeAdapter, executeMutatingAdapter, getImperativeAdapterNames, invokeAdapter, invokeAdapterWithDraftToReplace, invokeAdapterWithMetadata, nimbusDraftQueue, setMetadataTTL, setUiApiRecordTTL, subscribeToAdapter };
|
|
761
|
-
// version: 1.
|
|
761
|
+
// version: 1.137.0-e074baa1f
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const instrumentation: {
|
|
2
|
+
instrumentAdapter(createFunction: Function, _metadata: any): Function;
|
|
3
|
+
};
|
|
4
|
+
export declare function instrumentAdapter(createFunction: Function, _metadata: any): Function;
|
|
5
|
+
export declare function incrementGetRecordNotifyChangeAllowCount(): void;
|
|
6
|
+
export declare function incrementGetRecordNotifyChangeDropCount(): void;
|
|
7
|
+
export declare function incrementNotifyRecordUpdateAvailableAllowCount(): void;
|
|
8
|
+
export declare function incrementNotifyRecordUpdateAvailableDropCount(): void;
|
|
9
|
+
export declare function refreshApiEvent(): void;
|
|
10
|
+
export declare function instrumentGraphqlAdapter(createFunction: Function, _metadata: any): Function;
|
|
11
|
+
export declare function setLdsAdaptersUiapiInstrumentation(_uiapiRegistration: any): void;
|
|
12
|
+
export declare function setLdsNetworkAdapterInstrumentation(_networkAdapterRegistration: any): void;
|
|
13
|
+
export declare function setupInstrumentation(_luvio: any, _store: any): void;
|
|
14
|
+
export declare function instrumentLuvio(_context: unknown): void;
|
|
15
|
+
export declare const REFRESH_UIAPI_KEY = "refreshUiApi";
|
|
16
|
+
export declare const METRIC_KEYS: {};
|
|
17
|
+
export declare const O11Y_NAMESPACE_LDS_MOBILE = "lds-mobile";
|
|
18
|
+
export declare const withInstrumentation: () => undefined;
|
|
19
|
+
export declare class MetricsReporter {
|
|
20
|
+
reportGraphqlQueryParseError(): void;
|
|
21
|
+
}
|