mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-26 18:27:41 +00:00
fix(ios): missed changes from prior commit
This commit is contained in:
parent
ac78a2ea41
commit
bba250c19e
1 changed files with 1 additions and 8 deletions
|
|
@ -63,15 +63,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||
#else
|
||||
log.debug("Sentry error logging enabled.")
|
||||
#endif
|
||||
|
||||
// Client.shared?.snapshotStacktrace {
|
||||
// let event = Event(level: .debug)
|
||||
// event.message = "Hello world"
|
||||
// Client.shared?.appendStacktrace(to: event)
|
||||
// Client.shared?.send(event: event)
|
||||
// }
|
||||
} catch let error {
|
||||
// Does not throw error if 'net is unavailable.
|
||||
// Does not throw error if 'net is unavailable. It's for some sort of error within the Sentry system.
|
||||
print("\(error)")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue