Setup the new RustSDK sentry integration
This commit is contained in:
committed by
Stefan Ceriu
parent
e84af69e00
commit
3dd98adeeb
@@ -64,7 +64,9 @@ class NotificationServiceExtension: UNNotificationServiceExtension {
|
||||
}
|
||||
|
||||
Task {
|
||||
await Target.nse.configure(logLevel: settings.logLevel, traceLogPacks: settings.traceLogPacks)
|
||||
await Target.nse.configure(logLevel: settings.logLevel,
|
||||
traceLogPacks: settings.traceLogPacks,
|
||||
sentryURL: nil)
|
||||
|
||||
MXLog.info("\(tag) #########################################")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user