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-841] remove session renew support in rum recorder #713

Merged
merged 2 commits into from
Feb 3, 2021

Conversation

BenoitZugmeyer
Copy link
Member

Motivation

When the session is renewed, a new View is created. In the RUM recorder, we are subscribing to both events, so we run the same action twice when a session is renewed.

Changes

This commit removes unneeded callbacks invoked when the session is renewed, since they are already triggered when a view is created.

Testing

Manual


I have gone over the contributing documentation.

When the session is renewed, a new View is created. This commit removes
unneeded callbacks invoked when the session is renewed, since they are
already triggered when a view is created.
@BenoitZugmeyer BenoitZugmeyer requested a review from a team as a code owner February 2, 2021 18:03
@BenoitZugmeyer BenoitZugmeyer merged commit 89d53e1 into master Feb 3, 2021
@BenoitZugmeyer BenoitZugmeyer deleted the benoit/dont-fullsnapshot-on-session-renew branch February 3, 2021 10:23
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.

2 participants