feat: added system and bundleId to telemetry to version 0.9 - #1311
Merged
Conversation
msluszniak
approved these changes
Jul 28, 2026
msluszniak
added a commit
that referenced
this pull request
Aug 3, 2026
## Description Patch release **v0.9.3**. The bundleId/system telemetry change (#1311) is already merged into `release/0.9`. This PR cherry-picks the following bug fixes from `main` (chronological order, with `-x`) and bumps the core package version: - fix(resource-fetcher): avoid `this` in static `fs` field initializer (#1310) - fix(android): forward ExecuTorch consumer ProGuard rules (#1325) Bump `packages/react-native-executorch/package.json` to `0.9.3`. Adapter packages (`bare-resource-fetcher`, `expo-resource-fetcher`) untouched by the cherry-picks — versions not bumped. ### Introduces a breaking change? - [ ] Yes - [x] No ### Type of change - [x] Bug fix (change which fixes an issue) ### Tested on - [ ] iOS - [ ] Android ### Related issues #1310 #1325 ### Checklist - [x] I have performed a self-review of my code - [x] My changes generate no new warnings --------- Co-authored-by: Cuc Dan Mihai <danchily@gmail.com> Co-authored-by: Cuc Dan Mihai <dan-mihai.cuc@visma.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Injun Choi <80089617+injunchoi98@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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