We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similarly to web replays, we should provide public API for controlling replay behavior manually:
start/startBuffering
stop
flush
The text was updated successfully, but these errors were encountered:
@romtsn Is this done?
Sorry, something went wrong.
@cmanallen only on iOS I think, no other platform
We should probably add these to the other platforms before GA so that our APIs are consistent.
No branches or pull requests
Similarly to web replays, we should provide public API for controlling replay behavior manually:
start/startBuffering
should start recording a replay regardless of sample rates set, with the corresponding modestop
should stop the replay and send it to sentryflush
should flush all pending segments/frames to sentryThe text was updated successfully, but these errors were encountered: