@sylphx/sdk 0.15.3 → 0.15.4
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/index.mjs +123 -4524
- package/dist/index.mjs.map +1 -1
- package/dist/react/index.d.ts +1 -7
- package/dist/react/index.mjs +32 -3295
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/react/index.d.ts
CHANGED
|
@@ -11026,13 +11026,6 @@ declare function generatePrivacyReport(): {
|
|
|
11026
11026
|
recommendations: string[];
|
|
11027
11027
|
};
|
|
11028
11028
|
|
|
11029
|
-
/**
|
|
11030
|
-
* Session Replay Recorder
|
|
11031
|
-
*
|
|
11032
|
-
* Core recording engine built on rrweb with SOTA enhancements.
|
|
11033
|
-
* Handles recording lifecycle, event batching, and uploads.
|
|
11034
|
-
*/
|
|
11035
|
-
|
|
11036
11029
|
/**
|
|
11037
11030
|
* Session Replay Recorder
|
|
11038
11031
|
*
|
|
@@ -11054,6 +11047,7 @@ declare class SessionRecorder {
|
|
|
11054
11047
|
private networkRequests;
|
|
11055
11048
|
private consoleLogs;
|
|
11056
11049
|
private stopFn;
|
|
11050
|
+
private rrwebRecordingEpoch;
|
|
11057
11051
|
private rageClickDetector;
|
|
11058
11052
|
private deadClickDetector;
|
|
11059
11053
|
private scrollThrashingDetector;
|