Merge pull request #8574 from colinux/more-sentry-traces

chore(sentry): more traces
This commit is contained in:
mfo 2023-02-06 11:01:06 +01:00 committed by GitHub
commit 3cbb491cfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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