Revert "chore(sentry): more traces"

This commit is contained in:
Colin Darie 2023-02-06 11:05:18 +01:00
parent 77eb103da5
commit cb98bbad21

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.01
0.001
end
end