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/