Commit da20ca9
authored
feat(tracing): Track standalone app start adoption (#6427)
* feat(core): Track GlobalErrorBoundary adoption
Register a no-op `GlobalErrorBoundary` integration when the
component mounts so the name flows through to
`event.sdk.integrations` — the same channel used for feature-
adoption signals like `MobileFeedback` and `AppStart`.
Also introduces a shared `registerFeatureMarker` helper.
Subsequent markers for other opt-in features
(NavigationContainer, ExpoRouter error boundary, AppLoaded, ...)
will use this helper — see #6415.
Refs: #6415
* feat(tracing): Track standalone app start adoption
When `_experiments.enableStandaloneAppStartTracing` is enabled,
also add a no-op `StandaloneAppStart` integration to the default
integrations list so the name flows through to
`event.sdk.integrations`.
Refs: #6415
* fix(tracing): Fire StandaloneAppStart marker regardless of tracing config
The marker is meant as an adoption signal for the
`enableStandaloneAppStartTracing` experiment flag itself, so it
must reach errors-only projects and configs where tracing /
`enableAppStartTracking` / `enableNative` are off.
Reported by Cursor Bugbot on PR #6427.1 parent 993bd3b commit da20ca9
2 files changed
Lines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
118 | 126 | | |
119 | 127 | | |
120 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
45 | 71 | | |
0 commit comments