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