improved error tracking

This commit is contained in:
Denis Duliçi
2022-10-19 01:29:40 +03:00
parent 79380dc3e8
commit 808955294d
5 changed files with 90 additions and 21 deletions

View File

@ -54,4 +54,8 @@ return [
'controllers_base_namespace' => env('SENTRY_CONTROLLERS_BASE_NAMESPACE', 'App\\Http\\Controllers'),
'before_send' => [env('SENTRY_BEFORE_SEND_CLASS', 'App\\Exceptions\\Trackers\\Sentry'), 'beforeSend'],
'traces_sampler' => [env('SENTRY_TRACES_SAMPLER_CLASS', 'App\\Exceptions\\Trackers\\Sentry'), 'tracesSampler'],
];