@multiplayer-app/session-recorder-browser 0.0.13 → 1.0.1-alpha.2
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/README.md +2 -2
- package/dist/browser/index.js +7699 -9132
- package/dist/browser/index.js.map +1 -1
- package/dist/config/constants.d.ts.map +1 -1
- package/dist/config/defaults.d.ts.map +1 -1
- package/dist/config/session-recorder.d.ts.map +1 -1
- package/dist/exporters/index.js +1 -1
- package/dist/exporters/index.js.LICENSE.txt +97 -93
- package/dist/exporters/index.js.map +1 -1
- package/dist/exporters.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +182 -256
- package/dist/index.js.map +1 -1
- package/dist/otel/helpers.d.ts.map +1 -1
- package/dist/otel/index.d.ts.map +1 -1
- package/dist/patch/xhr.d.ts.map +1 -1
- package/dist/rrweb/index.d.ts.map +1 -1
- package/dist/services/api.service.d.ts.map +1 -1
- package/dist/sessionRecorder.d.ts.map +1 -1
- package/dist/sessionWidget/UIManager.d.ts.map +1 -1
- package/dist/sessionWidget/index.d.ts.map +1 -1
- package/dist/sessionWidget/templates/finalPopover.d.ts.map +1 -1
- package/dist/sessionWidget/templates/initialPopover.d.ts.map +1 -1
- package/dist/sessionWidget/templates/submitSessionDialog.d.ts.map +1 -1
- package/dist/types/session.d.ts.map +1 -1
- package/dist/types/sessionRecorder.d.ts.map +1 -1
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -214,7 +214,7 @@ The Session Recorder provides several methods for controlling session recording:
|
|
|
214
214
|
- `SessionRecorder.pause()` - Pause the current session
|
|
215
215
|
- `SessionRecorder.resume()` - Resume the current session
|
|
216
216
|
- `SessionRecorder.cancel()` - Cancel the current session
|
|
217
|
-
- `SessionRecorder.save()` - Save the continuous
|
|
217
|
+
- `SessionRecorder.save()` - Save the continuous recording session
|
|
218
218
|
|
|
219
219
|
### Configuration
|
|
220
220
|
|
|
@@ -234,7 +234,7 @@ The Session Recorder provides several methods for controlling session recording:
|
|
|
234
234
|
### Session Types
|
|
235
235
|
|
|
236
236
|
- `SessionType.PLAIN` - Standard session recording
|
|
237
|
-
- `SessionType.CONTINUOUS` - Continuous
|
|
237
|
+
- `SessionType.CONTINUOUS` - Continuous recording session
|
|
238
238
|
|
|
239
239
|
### Session States
|
|
240
240
|
|