Skip to content

Commit

Permalink
Revert changes for METAMASK_DEBUG flag
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDDanica committed Nov 7, 2024
1 parent b30f186 commit 064291c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/lib/setupSentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function getTracesSampleRate(sentryTarget) {
return 1.0;
}

return 1.0;
return 0.02;
}

/**
Expand Down

0 comments on commit 064291c

Please sign in to comment.