sentry-ruby
sentry-ruby copied to clipboard
Don't trace OPTIONS requests by default
We decided that OPTIONS requests shouldn't be traced by default since they eat into quota a lot for some users and don't add much value.
See https://github.com/getsentry/sentry-javascript/pull/5485