Skip to content

Commit

Permalink
chore: turn off sentry user interaction tracking for now #trivial (#1…
Browse files Browse the repository at this point in the history
…0776)

turn off touch tracking
  • Loading branch information
brainbicycle committed Sep 13, 2024
1 parent a0a6c77 commit 07c91ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/system/errorReporting/setupSentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export function setupSentry(props: SetupSentryProps = { debug: false }) {
debug: props.debug,
integrations: [
new Sentry.ReactNativeTracing({
enableUserInteractionTracing: true,
routingInstrumentation,
beforeNavigate: (context: TransactionContext) => {
/**
Expand Down

0 comments on commit 07c91ca

Please sign in to comment.