Steps:
Step 1: Install the laravel/lumen-framework packaged on your lumen
Step 2: Add in the Sentry Service provider to your bootstrap/app.php
$app->register(Sentry\SentryLaravel\SentryLumenServiceProvider::class);
Step 3: Create a file in your config/sentry.php and this code below