{"id":21846153,"url":"https://github.com/owenvoke/laravel-zero-sentry-example","last_synced_at":"2026-04-18T09:39:55.976Z","repository":{"id":105014891,"uuid":"210308753","full_name":"owenvoke/laravel-zero-sentry-example","owner":"owenvoke","description":"An example repository showing how to set up Sentry logging in Laravel Zero.","archived":false,"fork":false,"pushed_at":"2019-09-23T09:05:08.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T16:58:49.475Z","etag":null,"topics":["laravel","laravel-zero","php","sentry-laravel","sentry-php"],"latest_commit_sha":null,"homepage":"https://laravel-zero.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owenvoke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-23T08:56:09.000Z","updated_at":"2019-09-23T18:17:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"787c01bd-0400-4254-a5d2-d68060558f9e","html_url":"https://github.com/owenvoke/laravel-zero-sentry-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/owenvoke/laravel-zero-sentry-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Flaravel-zero-sentry-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Flaravel-zero-sentry-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Flaravel-zero-sentry-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Flaravel-zero-sentry-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owenvoke","download_url":"https://codeload.github.com/owenvoke/laravel-zero-sentry-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Flaravel-zero-sentry-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31964541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","laravel-zero","php","sentry-laravel","sentry-php"],"created_at":"2024-11-27T23:13:07.864Z","updated_at":"2026-04-18T09:39:55.937Z","avatar_url":"https://github.com/owenvoke.png","language":"PHP","readme":"# Laravel Zero Sentry Example\n\n## Install\n\n1. Install the required Illuminate dependencies:\n   ```bash\n   $ composer require illuminate/queue:^5.8\n   $ composer require illuminate/log:^5.8\n   ```\n1. Install the required Sentry dependencies:\n   ```bash\n   $ composer require sentry/sentry-laravel:^1.2\n   ```\n1. Register the required service providers in [`config/app.php`](config/app.php):\n   ```diff\n   +        Illuminate\\Log\\LogServiceProvider::class,\n   +        Illuminate\\Queue\\QueueServiceProvider::class,\n   +        Sentry\\Laravel\\ServiceProvider::class,\n   ```\n1. Create a new custom exception handler class under [`App\\Exceptions\\Handler`](app/Exceptions/Handler.php)\n1. Register the new exception handler under [`bootstrap/app.php`](bootstrap/app.php):\n   ```diff\n   -    Illuminate\\Foundation\\Exceptions\\Handler::class\n   +    App\\Exceptions\\Handler::class\n   ```\n\n## Usage\n\nThis requires the `SENTRY_LARAVEL_DSN` environment variable to be set in your `.env` file, or global environment.\n\nThrow an exception in a command to test. Or run the Sentry test command using `php application sentry:test`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Flaravel-zero-sentry-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowenvoke%2Flaravel-zero-sentry-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Flaravel-zero-sentry-example/lists"}