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
Is your feature request related to a problem? Please describe.
We currently collect telemetry to know if the user accepts the code suggested by the Qiskit Code Assistant service in /~https://github.com/Qiskit/qiskit-code-assistant-jupyterlab/blob/main/qiskit_code_assistant_jupyterlab/handlers.py#L171-L183
We need to have a way to disable the telemetry if the user doesn't want to provide it.
Describe the solution you'd like
We should have a setting that switch off the telemetry. By default the telemetry config will be set to true. We should add this config option into the https://docs.quantum.ibm.com/guides/qiskit-code-assistant documentation
Describe alternatives you've considered NA
Additional context NA
The text was updated successfully, but these errors were encountered:
ajbozarth
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
We currently collect telemetry to know if the user accepts the code suggested by the Qiskit Code Assistant service in /~https://github.com/Qiskit/qiskit-code-assistant-jupyterlab/blob/main/qiskit_code_assistant_jupyterlab/handlers.py#L171-L183
We need to have a way to disable the telemetry if the user doesn't want to provide it.
Describe the solution you'd like
We should have a setting that switch off the telemetry. By default the telemetry config will be set to true. We should add this config option into the https://docs.quantum.ibm.com/guides/qiskit-code-assistant documentation
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: