FriendsOfFlarum Sentry
datitisev I think the screenshot shows the composer error.
panteLx can you share the content of your composer.json
? Either two extensions (or their dependencies) require different versions of php-http/curl-client
, or maybe you manually installed a package that blocks that version. Also does running composer install
without any argument triggers an error ?
- Edited
clarkwinkelmann Oh, I didn't see that there was a screenshot... I get Cloudflare Access Denied when trying to view it.
EDIT: Try running composer why php-http/curl-client
to see what's requiring it.
- Edited
datitisev Same here, I also didn't see that there was an image, looks like a Geo block
0.4.6
- Update Sentry from v5.7 to v7.10
- Fixed typo not sending user data if error occurs before Flarum finishes initialization
Updating
composer require fof/sentry
What plug-in does this error message show on the right? I thought it was this plug-in, but it doesn't have this feature after installation. Can someone help me? I searched the forum for "error debug", but I didn't find the related plugin. This feature was previously mentioned by forum administrators in other discussions, but I couldn't find it. . .
- Edited
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)
- Edited
tankerkiller125 I see, so where can I open debug mode?
Littlegolden It's in the config.php file, change the debug value to true.
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.
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.
clarkwinkelmann You're correct, for some reason I thought it hadn't been released yet.
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
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
- Edited
Useful extension! Should the Sentry project be set to PHP or Laravel?
danielunited It does not matter. That is only a visual icon in the Sentry dashboard. This extension reports PHP & JS (if enabled).
0.6.0
- Support Flarum beta 14
- Update JS & PHP Sentry packages
Updating
composer require fof/sentry
php flarum cache:clear
0.7.0
- Flarum beta 15 ready