Events are not sent to Sentry after upgrading sentry-laravel from 2.9 to 4.2 and laravel from 9 to 10 #847
-
Hey Everyone, I have an application which runs on Laravel. It has laravel 9.x and sentry-laravel 2.9. I have upgraded it recently to 10.x and sentry-laravel to 4.2. After upgrading am not able to send any events to sentry and php artisan sentry:test also fails with below error. Error:
But if i switch back to previous version, am able to send events to sentry. Am using self hosted sentry and its version is 9.1.2 Can someone help me out to solve this issue. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Unfortunately version 4.x doesn't work for self-hosted instances that old. See the release notes: https://github.com/getsentry/sentry-laravel/releases/tag/4.0.0 (the first point is relevant for you). You can stay on |
Beta Was this translation helpful? Give feedback.
Please try 3.8.2. There was an issue with some cURL version we released a fix for.