You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const title =brand+' Observe | Release health for Capacitor apps'
10
+
const title =brand+' Observe | Version health after a rollout'
11
11
const description =
12
-
'See native app health, launch and WebView timing, version-by-version signals, and release markers in the Capgo console. Use Logs to investigate device update history.'
12
+
'Compare reported native app health, launch and WebView timing, and version-level signals with release markers for version, channel, and deployment date. Use Logs Insights to investigate errors, versions, and devices.'
['Native health by version', 'Read the visible version breakdown alongside issue-free device counts, launches, and runtime timing.'],
34
-
['Release context built in', 'Keep rollout markers near the signals so your team can read app health and timing alongside recent deployment decisions.'],
35
-
['A direct path to Logs', 'Move from a dashboard signal to Logs, update actions, and device diagnostic history.'],
33
+
['Read release health', 'See issue-free devices, native issues, launch P90, and WebView P90 for the reported versions in one view.'],
34
+
['Keep rollout context', 'Use release markers for version, channel, and deployment date as you read the signals.'],
35
+
['Follow the evidence in Logs', 'Use grouped failures, affected versions, devices, and action logs to investigate a trend.'],
36
36
]
37
37
38
38
const screenSignals = [
39
-
['01', 'Version breakdown', 'Compare device health and timing across the visible native app versions in the selected period.'],
40
-
['02', 'Release markers', 'Read performance and issue signals alongside the bundle and channel events shown as context.'],
41
-
['03', 'Action breakdown', 'Separate launches, WebView loads, native issues, and update activity before opening a device trail.'],
39
+
['01', 'All versions summary', 'Read issue-free devices, native issues, launch P90, and WebView P90 before narrowing your investigation.'],
40
+
['02', 'Version breakdown', 'Compare reported app versions when health or timing differs from the overall picture.'],
41
+
['03', 'Action breakdown', 'Separate launches, WebView loads, native issues, and update activity while you investigate a trend in Logs Insights.'],
See native app health and timing alongside recent rollout markers, so your team can decide what deserves a closer look before support tickets tell you.
55
-
</p>
56
-
<pclass="lead observe-lead">
57
-
Observe puts native app health, launch and WebView timing, version distribution, and release markers on the same operational surface as your Capgo deployments.
54
+
Compare native health, launch and WebView timing, and version-level signals with release markers for version, channel, and deployment date.
Start with the all-version summary, then narrow the selected period and read the visible version breakdown. Every layer stays grounded in native telemetry and the
117
-
release history your team already manages in Capgo.
<pclass="eyebrow eyebrow--blue">Observe plus Logs</p>
144
-
<h2class="h2-section">A chart tells you where to look. Logs tell you what happened.</h2>
137
+
<pclass="eyebrow eyebrow--blue">From signal to evidence</p>
138
+
<h2class="h2-section">Find the errors, versions, and devices behind a trend.</h2>
145
139
</div>
146
140
147
141
<divclass="observe-diagnose-grid">
148
142
<article>
149
143
<pclass="observe-label">Observe</p>
150
-
<h3>Read which visible versions differ in health and timing.</h3>
151
-
<p>Use the health, timing, issue, and version views alongside release markers to decide what deserves investigation.</p>
144
+
<h3>Compare the reported version that needs attention.</h3>
145
+
<p>Compare a reported version's health and timing to decide what to investigate.</p>
152
146
</article>
153
147
<articleclass="observe-logs">
154
148
<pclass="observe-label">Logs Insights</p>
155
-
<h3>Inspect a device’s update journey.</h3>
156
-
<p>Filter update events by time and action, then open a device history to inspect the checks, downloads, installs, policy blocks, or rollbacks behind the signal.</p>
149
+
<h3>Identify the errors, versions, and devices behind the trend.</h3>
150
+
<p>
151
+
Use Logs Insights to group errors by category, follow the daily trend, and identify affected versions and devices. Then open filtered raw action logs for the details.
152
+
</p>
157
153
<aclass="observe-link"href={logsDocsUrl}>Read the Logs guide <spanaria-hidden="true">→</span></a>
158
154
</article>
159
155
</div>
@@ -176,22 +172,23 @@ const screenSignals = [
176
172
177
173
<sectionclass="section final bg-grid grain"id="cta">
178
174
<divclass="shell">
179
-
<pclass="eyebrow eyebrow--blue">Keep the release loop closed</p>
180
-
<h2><spanclass="name">Observe the rollout.</span><br />Move with confidence.</h2>
181
-
<pclass="tagline">Keep Capgo deployments in view beside native app health and device evidence.</p>
175
+
<pclass="eyebrow eyebrow--blue">Observe every rollout</p>
176
+
<h2><spanclass="name">Start observing</span><br />your next rollout.</h2>
177
+
<pclass="tagline">Keep deployment history, release health, and Logs Insights in one place.</p>
<span><spanclass="check">+</span> Error and device evidence</span>
187
183
</div>
188
184
</div>
189
185
</section>
190
186
191
187
<divclass="shell seo-bridge">
192
-
<h2class="h2-section">Keep going from Observe</h2>
188
+
<h2class="h2-section">Go from rollout to evidence</h2>
193
189
<p>
194
-
Pair <ahref={liveUpdateUrl}>Capgo Live Updates</a> with <ahref={logsDocsUrl}>Logs</a> to understand the update journey from a rollout signal down to a device's history.
190
+
Pair <ahref={liveUpdateUrl}>Capgo Live Updates</a> with <ahref={logsDocsUrl}>Logs Insights</a> to move from reported version health to errors, devices, and filtered raw action
0 commit comments