We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb63863 commit 451b944Copy full SHA for 451b944
packages/session-recorder-browser/README.md
@@ -246,7 +246,7 @@ SessionRecorder.setSessionAttributes({
246
// if you're not using widget (see: `showWidget: true/false`)
247
// then you can programatically control the session recorder
248
// by using the methods below
249
-SessionRecorder.start()
+SessionRecorder.start(SessionType.CONTINUOUS)
250
251
// do something here
252
0 commit comments