marinofaggiana 4 سال پیش
والد
کامیت
9776bd4f99
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      iOSClient/AppDelegate.m

+ 2 - 1
iOSClient/AppDelegate.m

@@ -50,7 +50,8 @@
     if (![CCUtility getDisableCrashservice] && NCBrandOptions.sharedInstance.disable_crash_service == false) {
         [SentrySDK startWithOptions:@{
             @"dsn": @"https://42eaf570ec2646b1a564a4c4bfc8c279@o394108.ingest.sentry.io/5243836",
-            @"debug": @(YES)
+            @"debug": @(YES),
+            @"enableAutoSessionTracking": @(YES)
         }];
     }