You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my development i "disabled" the flare error reporting by removing the flare key but still every exception is transmitted to flareapp.io. This is not something I would expect as it is transmitting many data (source code, database values) I did not consent to.
The text was updated successfully, but these errors were encountered:
git clone git@github.com:tpetry/flare-client-php-issue22.git
cd flare-client-php-issue22
composer install
php artisan error
The flare logger has been configured, but no api key is provided. You do see my dd statement printing the flare report when it's contacting the flare server. It seems somewhere is a check missing whether an api key was configured.
On my development i "disabled" the flare error reporting by removing the flare key but still every exception is transmitted to flareapp.io. This is not something I would expect as it is transmitting many data (source code, database values) I did not consent to.
The text was updated successfully, but these errors were encountered: