Solutionunvalidated

try reducing Sentry's http_connect_timeout and http_timeout options — If you do need it, and slow connections happen randomly. Tension: slow connections happen randomly. Outcome: Sentry\init([ 'http_connect_timeout' => 2, // The default is two seconds. 'http_timeout' => 5 // Reduce these values and test if Sentry still sends events. ]);.

701c8137-fc0f-458e-849e-1f451a7fac57

try reducing Sentry's http_connect_timeout and http_timeout options — If you do need it, and slow connections happen randomly. Tension: slow connections happen randomly. Outcome: Sentry\init([ 'http_connect_timeout' => 2, // The default is two seconds. 'http_timeout' => 5 // Reduce these values and test if Sentry still sends events. ]);.