File tree Expand file tree Collapse file tree
engine/KMEI/KeymanEngine/Classes/Errors Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11github "marmelroy/Zip"
2- github "DaveWoodCom/ XCGLogger" ~> 6.1.0
2+ github "keymanapp/dependency- XCGLogger" "master"
33github "devicekit/DeviceKit" ~> 5.0
44github "ashleymills/Reachability.swift"
5- github "getsentry/sentry-cocoa" ~> 6.2.1
5+ github "getsentry/sentry-cocoa" ~> 8.7.0
Original file line number Diff line number Diff line change 1- github "DaveWoodCom/XCGLogger" "6.1.0"
21github "ashleymills/Reachability.swift" "v5.1.0"
32github "devicekit/DeviceKit" "5.0.0"
4- github "getsentry/sentry-cocoa" "6.2.1"
3+ github "getsentry/sentry-cocoa" "8.7.0"
4+ github "keymanapp/dependency-XCGLogger" "57a7b975dbb6fe4fe90cef3d1bc52b8adbd89113"
55github "marmelroy/Zip" "2.1.2"
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ public class SentryManager {
167167 public static func breadcrumbAndLog( crumb: Sentry . Breadcrumb , logLevel: XCGLogger . Level ? = nil ) {
168168 // Guarded in case a library consumer decides against initializing Sentry.
169169 if _started {
170- SentrySDK . addBreadcrumb ( crumb: crumb )
170+ SentrySDK . addBreadcrumb ( crumb)
171171 }
172172
173173 let level = logLevel ?? mapLoggingLevel ( crumb. level)
@@ -193,7 +193,7 @@ public class SentryManager {
193193 }
194194
195195 public static func forceError( ) {
196- SentrySDK . addBreadcrumb ( crumb : Sentry . Breadcrumb ( level: . info, category: " Deliberate testing error " ) )
196+ SentrySDK . addBreadcrumb ( Sentry . Breadcrumb ( level: . info, category: " Deliberate testing error " ) )
197197 SentrySDK . crash ( )
198198 }
199199}
Original file line number Diff line number Diff line change 1- github "DaveWoodCom/ XCGLogger" ~> 6.1.0
1+ github "keymanapp/dependency- XCGLogger" "master"
22github "devicekit/DeviceKit" ~> 5.0
33github "ashleymills/Reachability.swift"
4- github "getsentry/sentry-cocoa" ~> 6.2.1
4+ github "getsentry/sentry-cocoa" ~> 8.7.0
Original file line number Diff line number Diff line change 1- github "DaveWoodCom/XCGLogger" "6.1.0"
21github "ashleymills/Reachability.swift" "v5.1.0"
32github "devicekit/DeviceKit" "5.0.0"
4- github "getsentry/sentry-cocoa" "6.2.1"
3+ github "getsentry/sentry-cocoa" "8.7.0"
4+ github "keymanapp/dependency-XCGLogger" "57a7b975dbb6fe4fe90cef3d1bc52b8adbd89113"
You can’t perform that action at this time.
0 commit comments