Skip to content

Onza-Me/helpers

Repository files navigation

OnzaMe/Helper package

Publish configurations

php artisan vendor:publish --provider="OnzaMe\Helpers\HelpersServiceProvider"

Sentry initialization

php artisan vendor:publish --provider="Sentry\Laravel\ServiceProvider"

Configure Sentry

SENTRY_LARAVEL_DSN={DSN URL}

You can easily verify that Sentry is capturing errors in your Laravel application by creating a debug route that will throw an exception:

Route::get('/debug-sentry', function () {
    throw new Exception('My first Sentry error!');
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages