Skip to content

Commit

Permalink
Make param optional in public api types
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Boutaib committed May 28, 2024
1 parent 2f8b40e commit bea862d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rum-core/src/boot/rumPublicApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export interface RumPublicApi extends PublicApi {
*
* See [Browser Session Replay](https://docs.datadoghq.com/real_user_monitoring/session_replay/browser) for further information.
*/
startSessionReplayRecording: (options: StartRecordingOptions) => void
startSessionReplayRecording: (options?: StartRecordingOptions) => void

/**
* Stop Session Replay recording.
Expand Down

0 comments on commit bea862d

Please sign in to comment.