From bde8f23ab1972481bc3e92d12279a0c4dc68c636 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Wed, 26 Feb 2025 02:37:08 -0800 Subject: [PATCH] Sentry: Enable profiling for issue debugging Enable processor usage profiling for the app to gather information for potential bottleneck tracking. Signed-off-by: Christopher Snowhill --- Application/AppController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/AppController.m b/Application/AppController.m index 1eeb18750..23aa976a0 100644 --- a/Application/AppController.m +++ b/Application/AppController.m @@ -331,6 +331,7 @@ static BOOL consentLastEnabled = NO; // Set tracesSampleRate to 1.0 to capture 100% of transactions for performance monitoring. // We recommend adjusting this value in production. options.tracesSampleRate = @1.0; + options.profilesSampleRate = @1.0; // Adds IP for users. // For more information, visit: https://docs.sentry.io/platforms/apple/data-management/data-collected/