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
Original discussion: #276 (comment)
When opting-out, we should stop() all integrations since they won't be processed by the SDK, and then start() again on next opt-in.
stop()
start()
For session replay, when opting-in a new session should be created.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Original discussion: #276 (comment)
When opting-out, we should
stop()
all integrations since they won't be processed by the SDK, and thenstart()
again on next opt-in.For session replay, when opting-in a new session should be created.
The text was updated successfully, but these errors were encountered: