Reduce sample rate for Sentry transactions
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user