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.
              */
         }];
     }