Sentry crashes complete website on PHP 7.4 #1286
EnvironmentHow do you use Sentry? Which SDK and version? My personal composer require contains: Steps to Reproduce
Expected ResultMy Website to display Actual ResultCase A: Just the message: Case B: No response, just white CommentAccording to my steps, I think the error is in my configuration or Sentry itself. Please tell me, if you need some additional information. Disabling Sentry is just a temporary fix for me and I want to have it back up running as soon as possible :) |
Replies: 1 comment
|
This is a composer error and has nothing to do with us or our SDK because we indeed support PHP 7.4. You have probably ran Make sure you run composer under the correct PHP version and the issue should be fixed. |
This is a composer error and has nothing to do with us or our SDK because we indeed support PHP 7.4.
You have probably ran
composer require sentry/sdkon a machine that has PHP 8 installed and are running that site under PHP 7.4 triggering the error.Make sure you run composer under the correct PHP version and the issue should be fixed.