@alwaysmeticulous/sdk-bundles-api 2.248.9 → 2.248.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.
|
@@ -70,7 +70,16 @@ export interface MeticulousPublicReplayApi {
|
|
|
70
70
|
*
|
|
71
71
|
* @remarks
|
|
72
72
|
* These APIs bypass Meticulous's deterministic stubbing to provide real
|
|
73
|
-
* performance data.
|
|
73
|
+
* performance data for frontend operations.
|
|
74
|
+
*
|
|
75
|
+
* IMPORTANT: During replays, all network traffic to your backend is mocked
|
|
76
|
+
* using previously recorded responses. These performance APIs measure actual
|
|
77
|
+
* browser performance (rendering, JavaScript execution, memory usage) but
|
|
78
|
+
* NOT network or backend performance. Network requests return mocked responses
|
|
79
|
+
* instantly from the recording, so measuring network timing or backend latency
|
|
80
|
+
* with these APIs is not meaningful. Use these APIs to measure frontend
|
|
81
|
+
* performance only.
|
|
82
|
+
*
|
|
74
83
|
* Use to log performance information to analytics dashboards, performance
|
|
75
84
|
* monitors, or custom logging systems.
|
|
76
85
|
* Avoid using these APIs to report performance metrics in the web application
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.248.
|
|
3
|
+
"version": "2.248.13",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "a2278304222b519661a7e5c3365667fe68200533"
|
|
42
42
|
}
|