Skip to content

Instantly share code, notes, and snippets.

@mingalevme
mingalevme / AppServiceProvider.php
Last active April 13, 2023 05:21
Laravel Sentry Data Sanitizer
<?php
namespace App\Providers;
use App\Helpers\SentrySanitizeDataOnBeforeSendListener;
use Illuminate\Contracts\Config\Repository as ConfigRepository;
use Illuminate\Contracts\Foundation\CachesConfiguration;
use Sentry\Event as SentryEvent;
use Sentry\EventHint as SentryEventHint;
use Sentry\Laravel\ServiceProvider as SentryServiceProvider;