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 ?

    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.

      a month later

      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
      2 months later

      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. . .
      image.png

        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 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.

            2 months later

            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

              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.

              17 days later

              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
              2 months later

              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).

                4 months later

                0.6.0

                • Support Flarum beta 14
                • Update JS & PHP Sentry packages

                Updating

                composer require fof/sentry
                php flarum cache:clear
                2 months later