Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RUMF-886] don't start recording when 'postpone_start_recording' is enabled #790

Merged

Conversation

BenoitZugmeyer
Copy link
Member

Motivation

Snippets, that are still using postpone_start_recording and aren't using manualSessionReplayRecordingStart: false, are problematic because the recording starts when using DD_RUM.init even if it should be postponed.

Changes

Don't automatically start recording when postpone_start_recording experimental feature is enabled.

Testing

CI, manual


I have gone over the contributing documentation.

…nabled

Don't automatically start recording when an outdated snippet is used.
Outdated snippets, that are still using `postpone_start_recording` and
aren't using `manualSessionReplayRecordingStart`, are problematic
because the recording starts when using DD_RUM.init even if it should be
postponed.
@BenoitZugmeyer BenoitZugmeyer requested a review from a team as a code owner April 12, 2021 16:28
@BenoitZugmeyer BenoitZugmeyer merged commit 6582649 into master Apr 13, 2021
@BenoitZugmeyer BenoitZugmeyer deleted the benoit/restore-postpone-start-recording-support branch April 13, 2021 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants