feat: added system and bundleId to telemetry to version 0.8#1312
feat: added system and bundleId to telemetry to version 0.8#1312mkopcins wants to merge 3 commits into
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
|
|
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