tankerkiller125 Littlegolden this extension sends error reports to the remote error tracking service sentry for your sentry account it does not make the regular debug system easier. Also if your looking for the debug button in the little error prompt that will only appear when your forum has debug mode set to on (not recommended for production)
datitisev Littlegolden The debug modal was removed in a previous beta. It has been re-added and will be included with beta 12 when it releases.
clarkwinkelmann datitisev It has been re-added and will be included with beta 12 when it releases I believe it's already been merged back in beta 11 flarum/core1906 I have the debug button on my beta 11 install with debug mode.
yoyo Hello, i want to change debug level to errors only, how do I do it and what file should I change? right now I am getting too many info/warning entries into Sentry. Thank you
datitisev yoyo Those info & warnings can sometimes break things, which is why I chose to report them. You should be able to ignore them in Sentry, I think.
datitisev 0.5.0 Support Flarum beta 13 Requires beta 12 or later Update JS Sentry package Updating composer require fof/sentry php flarum cache:clear
datitisev danielunited It does not matter. That is only a visual icon in the Sentry dashboard. This extension reports PHP & JS (if enabled).
datitisev 0.6.0 Support Flarum beta 14 Update JS & PHP Sentry packages Updating composer require fof/sentry php flarum cache:clear
davwheat 0.8.0 Adds support for Beta 16 (and 17, for now) Add backend JS performance tracking (courtesy of @luceos) Add frontend JS performance tracking Bump Sentry to latest version Updating composer update fof/sentry:"*" php flarum cache:clear
MikeJones davwheat extiverse helper tells em this is not compatible with beta 16 yet.... Is this just a bug in extiverse helper?
davwheat MikeJones It's because there were many breaking changes between B15 and B16 so any extension that does not explicitly require flarum/core with >= 0.1.0.beta-16 does not show as compatible, even if it is.
luceos MikeJones there are a couple of issues with the latest version that introduces performance monitoring. I have planned to take a look at it. Performance is dramatically impacted on larger communities, which might relate to: Hitting a 404 page causes query timeouts/locks just try hitting <yourUrl>/somethingrandom Would be great if you could confirm the same happens for you 👍️
MikeJones luceos what should I look for when upgrading, just slower performance when navigating page to page? Any specific tests you need me to run once I upgrade?
IanM 1.0.0 Flarum 1.0 compatibility (cc MikeJones ) Resolve poor performance issues luceos Installation composer require fof/sentry:"*" php flarum cache:clear