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/