You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`DevRevObservabilityExtKt.startRecording(DevRev.INSTANCE, context);`| Starts the session recording. |
532
-
|`DevRevObservabilityExtKt.stopRecording(DevRev.INSTANCE);`| Stops the session recording and uploads it to the portal. |
533
-
|`DevRevObservabilityExtKt.pauseRecording(DevRev.INSTANCE);`| Pauses the ongoing session recording. |
534
-
|`DevRevObservabilityExtKt.resumeRecording(DevRev.INSTANCE);`| Resumes a paused session recording. |
535
-
|`DevRevObservabilityExtKt.processAllOnDemandSessions(DevRev.INSTANCE);`| Stops the ongoing user recording and uploads all offline sessions on demand, including the current one. |
|`DevRevObservabilityExtKt.startRecording(DevRev.INSTANCE, context);`| Starts the session recording. |
531
+
|`DevRevObservabilityExtKt.stopRecording(DevRev.INSTANCE);`| Stops the session recording and uploads it to the portal. |
532
+
|`DevRevObservabilityExtKt.pauseRecording(DevRev.INSTANCE);`| Pauses the ongoing session recording. |
533
+
|`DevRevObservabilityExtKt.resumeRecording(DevRev.INSTANCE);`| Resumes a paused session recording. |
534
+
|`DevRevObservabilityExtKt.processAllOnDemandSessions(DevRev.INSTANCE);`| Stops the ongoing user recording and uploads all offline sessions on demand, including the current one. |
535
+
</Tab>
536
+
</Tabs>
536
537
537
538
Using this property will return the status of the session recording:
0 commit comments