marinofaggiana 4 年之前
父節點
當前提交
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.
              */
         }];
     }