Log failure-notification timing and plan faster Windows toasts.

Append app-side delays to logs/notify-timing.log, add a PowerShell baseline
script (~773 ms), and track native WinRT toasts in ROADMAP.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-05 23:15:44 +03:00
parent 0aab9d8db6
commit 1e3d14bef2
6 changed files with 210 additions and 3 deletions
+2
View File
@@ -9,6 +9,8 @@ All notable GoSentry changes are recorded in this file.
- **`ui.run`** — after `NewWindow`, register `AppMetadata.Icon` on Windows so
Fyne toasts pick up artwork without calling `SetIcon`, which would override
the PE multi-size window/taskbar icon.
- **`ui.notify_timing`** — append app-side failure-notification timing to
`logs/notify-timing.log` for diagnosing toast delay (OS latency excluded).
**Sample jobs include a disabled failure test for desktop notifications.**