Rack 3 no longer requires `rewind`able input so check that we're still working gracefully and add data properly wherever possible. https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md We're relying on this here: https://github.com/getsentry/sentry-ruby/blob/9446a30e56d16dff04c98593a251cecbe872e147/sentry-ruby/lib/sentry/interfaces/request.rb#L77
Rack 3 no longer requires
rewindable input so check that we're still working gracefully and add data properly wherever possible.https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md
We're relying on this here:
sentry-ruby/sentry-ruby/lib/sentry/interfaces/request.rb
Line 77 in 9446a30