chore: track missing experimental features in telemetry#8543
Open
itaybre wants to merge 2 commits into
Open
Conversation
Add telemetry tracking for watchdogTerminationsV2, viewHierarchy, and screenshotFastViewRendering in SentryEnabledFeaturesBuilder.
📲 Install BuildsiOS
|
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 806a5e4 | 1224.47 ms | 1261.65 ms | 37.18 ms |
| 7256854 | 1206.57 ms | 1243.82 ms | 37.25 ms |
| 4a1cc18 | 1218.61 ms | 1251.19 ms | 32.58 ms |
| f0c60b7 | 1213.90 ms | 1252.33 ms | 38.44 ms |
| ccf353a | 1233.79 ms | 1268.77 ms | 34.98 ms |
| 27850be | 1222.65 ms | 1254.23 ms | 31.58 ms |
| 6beeea8 | 1220.50 ms | 1253.93 ms | 33.43 ms |
| 5cc1f4e | 1223.49 ms | 1258.69 ms | 35.20 ms |
| b524775 | 1220.17 ms | 1244.51 ms | 24.34 ms |
| 487d993 | 1223.12 ms | 1261.37 ms | 38.25 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 806a5e4 | 24.14 KiB | 1.23 MiB | 1.20 MiB |
| 7256854 | 24.14 KiB | 1.18 MiB | 1.15 MiB |
| 4a1cc18 | 24.14 KiB | 1.22 MiB | 1.20 MiB |
| f0c60b7 | 24.14 KiB | 1.22 MiB | 1.20 MiB |
| ccf353a | 24.14 KiB | 1.17 MiB | 1.15 MiB |
| 27850be | 24.14 KiB | 1.18 MiB | 1.16 MiB |
| 6beeea8 | 24.14 KiB | 1.23 MiB | 1.21 MiB |
| 5cc1f4e | 24.14 KiB | 1.18 MiB | 1.16 MiB |
| b524775 | 24.14 KiB | 1.24 MiB | 1.21 MiB |
| 487d993 | 24.14 KiB | 1.24 MiB | 1.21 MiB |
itaybre
marked this pull request as ready for review
July 24, 2026 14:08
itaybre
requested review from
NinjaLikesCheez,
noahsmartin,
philipphofmann and
philprime
as code owners
July 24, 2026 14:08
2 tasks
Remove support for visionOS in feature flags for viewHierarchy and screenshotFastViewRendering in SentryEnabledFeaturesBuilder. This change ensures that only iOS and tvOS are considered for these features.
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.
Summary
Checked options marked as experimental not being tracked
SentryEnabledFeaturesBuilder:watchdogTerminationsV2(experimental.enableWatchdogTerminationsV2)viewHierarchy(attachViewHierarchy)screenshotFastViewRendering(screenshot.enableFastViewRendering)Test plan
make build-ios FOR_AGENTS=truepassesmake test-ios FOR_AGENTS=true ONLY_TESTING=SentryTests/SentryEnabledFeaturesBuilderTests— all 23 tests pass#skip-changelog
Closes #8564