software-mansion / software-mansion/react-native-executorch
Add telemetry mechanisms
Open
@mkopcins is already working on this.
Since Jan 26, 2026.
core
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 96
- Avg merge
- 20h 51m
- Merged PRs (30d)
- 59
Description
Add opt-in telemetry to track model performance, errors, and usage patterns across the library.
Currently we have no visibility into:
- Which errors users encounter most frequently
- Model inference times in production
- Which models/features are most used
This data would help prioritize bug fixes, optimize performance, and guide feature development.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.