Description
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.
First implementation should not start transaction for OPTIONS
and HEAD
requests in Django, Flask and FastAPI integrations.
See getsentry/sentry-javascript#5485
Also related to getsentry/sentry-ruby#1864