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 <kode54@gmail.com>
This commit is contained in:
parent
6ddacf6e9d
commit
440d2254be
1 changed files with 1 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue