@leanbase-giangnd/js 0.3.2 → 0.4.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/index.cjs +788 -85
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +789 -86
- package/dist/index.mjs.map +1 -1
- package/dist/leanbase.iife.js +2529 -510
- package/dist/leanbase.iife.js.map +1 -1
- package/package.json +2 -1
- package/src/extensions/replay/external/lazy-loaded-session-recorder.ts +89 -15
- package/src/extensions/replay/session-recording.ts +9 -6
- package/src/version.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1383,6 +1383,7 @@ declare class SessionRecording$1 {
|
|
|
1383
1383
|
private _receivedFlags;
|
|
1384
1384
|
private _persistFlagsOnSessionListener;
|
|
1385
1385
|
private _lazyLoadedSessionRecording;
|
|
1386
|
+
private _debug;
|
|
1386
1387
|
get started(): boolean;
|
|
1387
1388
|
get status(): SessionRecordingStatus$1;
|
|
1388
1389
|
constructor(_instance: Leanbase);
|