marinofaggiana 4 лет назад
Родитель
Сommit
69fd855c4e
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      iOSClient/AppDelegate.m

+ 5 - 3
iOSClient/AppDelegate.m

@@ -48,12 +48,14 @@
 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
 {
     if (![CCUtility getDisableCrashservice] && NCBrandOptions.sharedInstance.disable_crash_service == false) {
-        [SentrySDK startWithOptions:@{
+        [SentrySDK startWithOptions: @{
             @"dsn": @"https://42eaf570ec2646b1a564a4c4bfc8c279@o394108.ingest.sentry.io/5243836",
             @"debug": @(YES),
             @"enableAutoSessionTracking": @(YES)
-            /* PRIVACY
-             By default, we don’t apply the user identification provided to the SDK via the API. Instead, we use the installation ID generated with the first use of the application. The ID doesn’t contain any private or public data of your users or any public or shared data of their device.
+            /* PRIVACY : https://github.com/getsentry/sentry-cocoa
+             By default, we don’t apply the user identification provided to the SDK via the API. Instead, we use
+             the installation ID generated with the first use of the application. The ID doesn’t contain any
+             private or public data of your users or any public or shared data of their device.
              */
         }];
     }