chore(sentry): more traces
This commit is contained in:
parent
f80fe9680f
commit
b3702f4224
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Sentry.init do |config|
|
||||||
# Don't trace on all attempts
|
# Don't trace on all attempts
|
||||||
[0, 2, 5, 10, 20, max_attempts].include?(attempts)
|
[0, 2, 5, 10, 20, max_attempts].include?(attempts)
|
||||||
else # rails requests
|
else # rails requests
|
||||||
0.001
|
0.01
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue