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 c0fa599 commit c9d97fe
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 c9d97fe

Please sign in to comment.