ReactVision / viro

ViroReact: The AR and VR library for React Native 📳💙💛🤍💚
MIT License
1.36k stars 157 forks source link

Add Telemetry #264

Closed robertjcolley closed 7 months ago

robertjcolley commented 7 months ago

We at NativeVision want to understand how you are using Viro so we can prioritize address issues better. We've followed the Vercel model (down to the code they have!) found here and taken lots of inspiration from them.

Our telemetry ingestion server will be proprietary since we have API keys, but we want to make the information collected open source. Everything related to telemetry is in the components/Telemetry folder. Currently, we are just collecting specs for devices to see what our devices are users are using.

To learn more about how we do Telemetry, see here. To opt out, follow the instructions here. To turn on debug mode, follow the instructions here.