-
Hello, I've had the bug similar to getsentry/sentry-php#1537, whereby sentry events are not sent because of the stream being reset.
I see this has been fixed in https://github.com/getsentry/sentry-php/releases/tag/3.19.1 for the PHP SDK, but I don't think this has been ported into this SDK here - just wanted to check if this was already in the works before I put an issue in! Thanks :) |
Beta Was this translation helpful? Give feedback.
Answered by
cleptric
May 26, 2023
Replies: 1 comment 1 reply
-
You can run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
atoff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can run
composer update sentry/sentry-laravel -W
. The Laravel SDK has the PHP SDK as its dependency.