Sentry requests using http/1.1 instead of H2

Hi,
New to Sentry, Using Sentry in a react UI.

Noticing all my Sentry requests are being sent using http/1.1 while all other requests in my application are using the H2 protocol.
(H2 is enabled in my environment so wondering why sentry is reverting to using http/1.1 )
Anyone know how I can update Sentry to use H2 instead of http/1.1?

Looking through the documentation but not having much luck at the moment, will keep looking.
Anyone have any experience using Sentry and protocol 1/1 or H2?
thanks,
A.

(using sentry/react 6.2.1, sentry/tracing 6.2.1, react 17.0.1)

I believe it has nothing to do with your app configuration. Those sentry requests go directly to sentry.io server - which doesn’t seem to support HTTP 2.

1 Like

Hey, thanks for the reply.
That is disappointing that it is still using http/1.1.
Do not see what is to be lost by upgrading Sentry to H2?
If H2 is not supported it will default back to http/1.1
Looks like an easy upgrade imho.
thanks again,
A.