Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/setup/telemetry/setupSentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function setupSentry(): void {
tracesSampleRate: 1.0,
// 1. Profiling for Android is currently disabled because it causes crashes sometimes.
// 2. When updating the profile sample rate, make sure it will not blow up our current limit in Sentry.
profilesSampleRate: Platform.OS === 'android' ? 0 : 0.3,
profilesSampleRate: Platform.OS === 'android' ? 0 : 0.1,
enableAutoPerformanceTracing: true,
enableUserInteractionTracing: true,
integrations,
Expand Down
Loading