Skip to content

Commit

Permalink
Improved comments for startRecordingImmediately parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-saia-datadog committed Nov 18, 2024
1 parent 8ef7744 commit b685a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class DdSessionReplayImplementation(
* @param replaySampleRate The sample rate applied for session replay.
* @param defaultPrivacyLevel The privacy level used for replay.
* @param customEndpoint Custom server url for sending replay data.
* @param startRecordingImmediately Whether the recording should start immediately.
* @param startRecordingImmediately Whether the recording should start immediately when the feature is enabled.
*/
fun enable(
replaySampleRate: Double,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class DdSessionReplay(
* @param replaySampleRate The sample rate applied for session replay.
* @param defaultPrivacyLevel The privacy level used for replay.
* @param customEndpoint Custom server url for sending replay data.
* @param startRecordingImmediately Whether the recording should start immediately.
* @param startRecordingImmediately Whether the recording should start immediately when the feature is enabled.
*/
@ReactMethod
fun enable(
Expand Down

0 comments on commit b685a6e

Please sign in to comment.