Skip to content

Commit 451b944

Browse files
committed
fix: typo in README
1 parent cb63863 commit 451b944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/session-recorder-browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ SessionRecorder.setSessionAttributes({
246246
// if you're not using widget (see: `showWidget: true/false`)
247247
// then you can programatically control the session recorder
248248
// by using the methods below
249-
SessionRecorder.start()
249+
SessionRecorder.start(SessionType.CONTINUOUS)
250250

251251
// do something here
252252

0 commit comments

Comments
 (0)