mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user