@alwaysmeticulous/sdk-bundles-api 2.248.0 → 2.248.12

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.0",
3
+ "version": "2.248.12",
4
4
  "description": "Meticulous common types",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -19,7 +19,7 @@
19
19
  "depcheck": "depcheck --ignore-patterns=dist"
20
20
  },
21
21
  "dependencies": {
22
- "@alwaysmeticulous/api": "^2.248.0"
22
+ "@alwaysmeticulous/api": "2.248.0"
23
23
  },
24
24
  "author": {
25
25
  "name": "The Meticulous Team",
@@ -38,5 +38,5 @@
38
38
  "bugs": {
39
39
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
40
40
  },
41
- "gitHead": "4e429238d3540b21e3007f4c752ce8942f0a60e4"
41
+ "gitHead": "781d5586aaac716ceb67ba26b1051aa66a195787"
42
42
  }