Provide a method for the user to control when a replay is sent to Sentry. As an example, sending the replay only when a button is clicked.
This should function very similar to the "send on error" mode, except we provide an API to the user to send the replay instead of when we capture an exception.
Reference: getsentry/sentry#39460 (comment)