From 440d2254bef5332974c4cfb804f46ec868d707b7 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 59cfa6059..b42dc2ff9 100644 --- a/Application/AppController.m +++ b/Application/AppController.m @@ -355,6 +355,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/