Hi,
I just want to disable throttle from sentry. in found this command but dont knwo how to use this to disable the throttle
Sentry::getThrottleProvider()->disable().
Please help.
Thanks in advanced!
Couldn't you disable it via the config inside app/config/packages/cartalyst/sentry/config.php? You can set 'enabled' to false.
look at the config folder as mentioned above and comment this section to disable throttling:
'checkpoints' => [
/*'throttle',*/ //Disable throttle
'activation',
],
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community