{"id":19025574,"url":"https://github.com/jarydkrish/oc-sentry-plugin","last_synced_at":"2026-06-23T13:01:41.300Z","repository":{"id":100934599,"uuid":"81490179","full_name":"jarydkrish/oc-sentry-plugin","owner":"jarydkrish","description":":guardsman: Sentry plugin for OctoberCMS","archived":false,"fork":false,"pushed_at":"2017-04-26T20:54:54.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-29T14:33:23.488Z","etag":null,"topics":["octobercms-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarydkrish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-02-09T20:07:03.000Z","updated_at":"2024-09-25T13:53:51.000Z","dependencies_parsed_at":"2023-06-10T23:30:16.486Z","dependency_job_id":null,"html_url":"https://github.com/jarydkrish/oc-sentry-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jarydkrish/oc-sentry-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarydkrish%2Foc-sentry-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarydkrish%2Foc-sentry-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarydkrish%2Foc-sentry-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarydkrish%2Foc-sentry-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarydkrish","download_url":"https://codeload.github.com/jarydkrish/oc-sentry-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarydkrish%2Foc-sentry-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34690771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["octobercms-plugin"],"created_at":"2024-11-08T20:44:04.083Z","updated_at":"2026-06-23T13:01:41.228Z","avatar_url":"https://github.com/jarydkrish.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OctoberCMS Sentry Plugin\nThis is a sample for how to integrate [Sentry's](https://sentry.io) [laravel plugin](https://github.com/getsentry/sentry-laravel) with OctoberCMS. \n\nTo install, simply:\n\n1. [Create a new plugin](https://octobercms.com/docs/console/scaffolding#scaffold-create-plugin) with the `php artisan create:plugin` command.\n2. Replace the newly created plugin with these files.\n3. Change the [`namespace`](Plugin.php#L1) in the `Plugin.php` file to reflect your new plugin author/name.\n4. Run `composer update --prefer-stable` in the main repo to install the [sentry-laravel](https://github.com/getsentry/sentry-laravel) package (this will update everything... just a heads up :smiley:)\n\n## Configuration\nYou will need to add either a **configuration file**, or a **`.env` file** to use this plugin.\n\n### Using an configuration file\nCreate a file in your main October directory, `config/sentry.php`, with the following contents:\n\n```php\n\u003c?php\n\nreturn [\n\n    /*\n    |--------------------------------------------------------------------------\n    | Sentry Configuration\n    |--------------------------------------------------------------------------\n    |\n    | Use the Your Sentry DSN!\n    |\n    */\n\n    'dsn' =\u003e 'https://****:*****@sentry.io/***',\n    'breadcrumbs.sql_bindings' =\u003e true, # Could be insecure!\n    'release' =\u003e trim(exec('git log --pretty=\"%h\" -n1 HEAD')),\n];\n```\n\n### Using an environment variable\nJust add your Sentry DSN to your `.env` file, like so:\n```sh\nSENTRY_DSN=https://****:*****@sentry.io/*****\n```\n\n## License\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarydkrish%2Foc-sentry-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarydkrish%2Foc-sentry-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarydkrish%2Foc-sentry-plugin/lists"}