Reduce sample rate for Sentry transactions

This commit is contained in:
Sebastian Serth
2022-04-04 16:28:38 +02:00
parent cdf99ca7e9
commit 393c66918a

View File

@ -30,7 +30,7 @@ Sentry.init do |config|
when '/', '/ping' when '/', '/ping'
0.00 # ignore health check 0.00 # ignore health check
else else
0.05 0.01
end end
else else
0.0 # ignore all other transactions 0.0 # ignore all other transactions