fix(apple): sentry hang tracking for singleton (#10382)

Trying to knock out some low-hanging Sentry alert fruit.

Fixes #10381
This commit is contained in:
Jamil
2025-09-19 01:13:34 -04:00
committed by GitHub
parent bfac486df5
commit 378586b057

View File

@@ -115,6 +115,7 @@ struct FirezoneApp: App {
alert.addButton(withTitle: "OK")
// Show alert
SentrySDK.pauseAppHangTracking()
alert.runModal()
// Exit this instance since we can't terminate the other one