chore(sentry): more traces

This commit is contained in:
Colin Darie 2023-02-06 10:58:38 +01:00
parent f80fe9680f
commit b3702f4224
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -29,7 +29,7 @@ Sentry.init do |config|
# Don't trace on all attempts
[0, 2, 5, 10, 20, max_attempts].include?(attempts)
else # rails requests
0.001
0.01
end
end