ambitious-aqua
ambitious-aqua4mo ago

Telemetry

How to disable telemetry?
2 Replies
kapa.ai
kapa.ai4mo ago
Hi @Sly. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- You can disable telemetry in Refine in two ways: 1. By adding the disableTelemetry prop to the <Refine> component's options prop. Here is an example of how to do this:
<Refine options={{ disableTelemetry: true }}>
...
</Refine>
<Refine options={{ disableTelemetry: true }}>
...
</Refine>
This information was clarified in a Github issue (https://github.com/refinedev/refine/issues/4796) related to the disableTelemetry prop. 2. By adding REFINE_NO_TELEMETRY=true to your environment variables. This is mentioned in the Refine documentation (https://refine.dev/docs/further-readings/telemetry). Remember, telemetry is used to improve the Refine experience by collecting usage statistics. If you opt out, no data will be collected. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai4mo ago
<@1172098337760096258> kapa.ai is still learning and improving, please let us know how it did by reacting below