Skip to content

Conversation

@jpollock-ampl
Copy link
Collaborator

Summary

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?:

Comment on lines +533 to +536
// NOTE: If there is already an active instance, do not start a new one
if (this.recordCancelCallback) {
return;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll be curious to see how testing goes, but I'm wondering if this will break some assumptions about this function. Specifically, it's more of a start or restart recording events at the moment.

Copy link
Collaborator Author

@jpollock-ampl jpollock-ampl Sep 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 - I will report back from testing. What are the scenarios in which we would want to restart? Focus changes?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// Restart recording on focus to ensure that when user

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