SDK: Failed to send the event to Sentry. Reason: "HTTP/2 stream 1 was reset for "https://o4505868047417344.ingest.sentry.io/api/4505868048793600/envelope/".". #776
Followed all of the steps on the docs up to php artisan sentry:test, successfully received the test message for my local env
Pushed to production (using Laravel Vapor (cli v1.56.0, core v2.31.0)
Attempted to run php artisan sentry:publish --dsn=mydsnhere and received the error
Also tried just manually adding the values to the env and then running php artisan sentry:test, but received the same error
Expected result
Expected to receive the Sentry test message
Actual result
Error received:
Sending test event... There was an error sending the event. SDK: Failed to send the event to Sentry. Reason: "HTTP/2 stream 1 was reset for "https://o4505868047417344.ingest.sentry.io/api/4505868048793600/envelope/".". Please check the error message from the SDK above for further hints about what went wrong.
How do you use Sentry?
Self-hosted / on-premises
SDK version
3.4.1
Steps to reproduce
php artisan sentry:test
, successfully received the test message for my local envrun php artisan sentry:publish --dsn=mydsnhere
and received the errorphp artisan sentry:test
, but received the same errorExpected result
Expected to receive the Sentry test message
Actual result
Error received:
Sending test event... There was an error sending the event. SDK: Failed to send the event to Sentry. Reason: "HTTP/2 stream 1 was reset for "https://o4505868047417344.ingest.sentry.io/api/4505868048793600/envelope/".". Please check the error message from the SDK above for further hints about what went wrong.
https://prnt.sc/8ohfCd2C_I7H https://prnt.sc/w2PPq1Rk0Gwn