I know this extension being at minimum maintenance, but I'd like to see @luceos's redis-queue support being added or some sort of synchronous error reporting.
Since updating a few extensions and going up to PHP 8.1, there're a few new deprecation warnings. I know those aren't critical nor caused by Flarum itself, but the errors very, very noticeably impact each interaction with the forum.
When enabling Sentry extension, visiting any discussion, the page takes about 2 seconds to load - without Sentry like 4x faster. I'm pretty sure that's because the extension is firing HTTPS API calls to Sentry to log those errors, as it's supposed to do.
For completeness, sharing the two errors Sentry is reporting:
[2022-09-08 02:42:45] flarum.ERROR: ErrorException: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /var/customers/webs/apeters/community.mailcow.email/vendor/illuminate/database/Query/Builder.php:849
[...]
[2022-09-08 02:43:28] flarum.ERROR: ErrorException: Accessing static trait property Askvortsov\FlarumPWA\PWATrait::$SIZES is deprecated, it should only be accessed on a class using the trait in /var/customers/webs/apeters/community.mailcow.email/vendor/askvortsov/flarum-pwa/extend.php:74