fix(ios): missed changes from prior commit

This commit is contained in:
jahorton 2020-03-04 16:02:05 +07:00
parent ac78a2ea41
commit bba250c19e

View file

@ -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)")
}