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
Breadcrumbs use the `updater.*` category prefix. Payloads intentionally exclude URLs, filesystem paths, and artifact filenames — only version strings, channel, enum-like error classes, and progress percent.
141
+
142
+
Example Discover queries (self-hosted Sentry):
143
+
144
+
| Funnel step | Query |
145
+
|-------------|-------|
146
+
| Background checks started |`message.category:updater.background.start`|
147
+
| Updates found (background) |`message.category:updater.background.available`|
148
+
| User opened dialog |`message.category:updater.dialog.state update_available`|
0 commit comments