more error tracking

This commit is contained in:
Denis Duliçi
2022-10-19 09:25:18 +03:00
parent 7636b8a022
commit 44cb364bf6
2 changed files with 23 additions and 3 deletions

View File

@ -50,7 +50,7 @@ return [
// @see: https://docs.sentry.io/platforms/php/configuration/options/#send-default-pii
'send_default_pii' => env('SENTRY_SEND_DEFAULT_PII', true),
'traces_sample_rate' => (float)(env('SENTRY_TRACES_SAMPLE_RATE', 1.0)),
'traces_sample_rate' => (float)(env('SENTRY_TRACES_SAMPLE_RATE', 0.0)),
'controllers_base_namespace' => env('SENTRY_CONTROLLERS_BASE_NAMESPACE', 'App\\Http\\Controllers'),