Skip to content

feat: added system and bundleId to telemetry to version 0.9 - #1311

Merged
msluszniak merged 4 commits into
release/0.9from
@mkopcins/telemetry_update
Jul 28, 2026
Merged

feat: added system and bundleId to telemetry to version 0.9#1311
msluszniak merged 4 commits into
release/0.9from
@mkopcins/telemetry_update

Conversation

@mkopcins

@mkopcins mkopcins commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Description

Added two new fields to model downloads telemetry: system and bundleId.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

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

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

@mkopcins
mkopcins requested a review from msluszniak July 16, 2026 12:02
@mkopcins mkopcins changed the title feat: added system and bundleId to telemetry feat: added system and bundleId to telemetry to version 0.9 Jul 16, 2026
@msluszniak msluszniak added the feature PRs that implement a new feature label Jul 16, 2026
@msluszniak msluszniak linked an issue Jul 16, 2026 that may be closed by this pull request
@msluszniak
msluszniak merged commit bd930cc into release/0.9 Jul 28, 2026
2 checks passed
@msluszniak
msluszniak deleted the @mkopcins/telemetry_update branch July 28, 2026 11:01
@msluszniak msluszniak mentioned this pull request Jul 28, 2026
7 tasks
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature PRs that implement a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add system and bundleId to model downloads telemetry

2 participants