feat: added system and bundleId to telemetry to version 0.8 - #1312
Conversation
| "react": "19.1.0", | ||
| "react-native": "0.81.5", | ||
| "react-native-audio-api": "^0.8.2", | ||
| "react-native-audio-api": "^0.12.2", |
There was a problem hiding this comment.
Why do we need changes to demo app in release* branch?
There was a problem hiding this comment.
I had troubles testing it with demo app without those changes
msluszniak
left a comment
There was a problem hiding this comment.
There's no PrivacyInfo.xcprivacy in the package. Sending bundle id + derived country off-device is the kind of collection Apple's privacy-manifest rules cover — pre-existing gap, but this PR makes it more relevant. Same for docs: telemetry has no prose page and no opt-out, and bundleId identifies the app shipping RNE.
…ntation, review fix
|
|
|
Ok, I'm merging this one and now I'll test the 0.9 version of patch. Then will proceed with both patches to v0.8 and v0.9. |
## Description Patch release **v0.8.5**. The bundleId/system telemetry change (#1312) is already merged into `release/0.8`; this PR only bumps the core package version. - Bump `packages/react-native-executorch/package.json` to `0.8.5`. - Adapter packages (`bare-resource-fetcher`, `expo-resource-fetcher`) untouched — versions not bumped. ### Introduces a breaking change? - [ ] Yes - [x] No ### Type of change - [x] Other (chores, tests, code style improvements etc.) ### Tested on - [ ] iOS - [ ] Android ### Related issues #1312 ### Checklist - [x] I have performed a self-review of my code - [x] My changes generate no new warnings
Description
Added two new fields to model downloads telemetry: system and bundleId.
Introduces a breaking change?
Type of change
Tested on
Testing instructions
Run any new model (to trigger a download event) and check if new event with that bundle id is registered on the website https://ai.swmansion.com/telemetry/admin/downloads
Checklist
Additional notes