Closed rafaucau closed 5 months ago
Same for me, but this is not the fault of the plugin, but the SDK (well, the Guzzle PSR7 dependency actually).
EDIT: @stayallive maybe if you'd require a newer version of guzzlehttp/psr7 (^2.1.1) in your package, that would download the newer version (currently it's 1.9.1
).
This issue is:
guzzlehttp/psr7 2.6.2 requires php (^7.2.5 || ^8.0 but 7.2.0 is installed)
I guess we can bump our minimum PHP version to 7.2.5 as well instead of 7.2.0.
I don't think it can hurt 👍🏼
https://github.com/stayallive/wp-sentry/releases/tag/v7.15.0 was just released which updates guzzlehttp/psr7
. This should resolve the issue, feel free to re-open if not.
This warning is displayed when
WP_DEBUG_DISPLAY
is enabled: