{"id":28655698,"url":"https://github.com/offline-gmbh/oc-sentry-plugin","last_synced_at":"2025-10-13T09:40:04.076Z","repository":{"id":33806601,"uuid":"138747633","full_name":"OFFLINE-GmbH/oc-sentry-plugin","owner":"OFFLINE-GmbH","description":"Sentry integration for October CMS","archived":false,"fork":false,"pushed_at":"2025-06-28T07:03:02.000Z","size":66,"stargazers_count":5,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-05T11:47:41.804Z","etag":null,"topics":["error-reporting","octobercms","octobercms-plugin","sentry"],"latest_commit_sha":null,"homepage":"https://octobercms.com/plugin/offline-sentry","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/OFFLINE-GmbH.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,"zenodo":null}},"created_at":"2018-06-26T14:10:55.000Z","updated_at":"2025-06-28T07:03:05.000Z","dependencies_parsed_at":"2025-06-13T08:07:43.565Z","dependency_job_id":"211a24ab-29ae-430f-a4d7-fb37c9d14b69","html_url":"https://github.com/OFFLINE-GmbH/oc-sentry-plugin","commit_stats":{"total_commits":36,"total_committers":5,"mean_commits":7.2,"dds":0.5555555555555556,"last_synced_commit":"a689a3f7bd5ad5fb946e51093a32c2764ab47ae3"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/OFFLINE-GmbH/oc-sentry-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OFFLINE-GmbH%2Foc-sentry-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OFFLINE-GmbH%2Foc-sentry-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OFFLINE-GmbH%2Foc-sentry-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OFFLINE-GmbH%2Foc-sentry-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OFFLINE-GmbH","download_url":"https://codeload.github.com/OFFLINE-GmbH/oc-sentry-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OFFLINE-GmbH%2Foc-sentry-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014558,"owners_count":26085536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["error-reporting","octobercms","octobercms-plugin","sentry"],"created_at":"2025-06-13T08:07:40.314Z","updated_at":"2025-10-13T09:40:04.060Z","avatar_url":"https://github.com/OFFLINE-GmbH.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oc-sentry-plugin\n\n\u003e Sentry integration for October CMS\n\n## Setup\n\nSimply add your Sentry DSN to your `.env` file:\n\n```dotenv\nSENTRY_LARAVEL_DSN=https://your@dsn.ingest.sentry.io/12345678\n```\n\n## Configuration\n\nTo configure this plugin, create a `config/sentry.php` file and add whatever configuration you need\naccording to the [Sentry documentation](https://docs.sentry.io/platforms/php/guides/laravel/configuration/).\n\n\n## Capture custom messages\n\nUse the following syntax to send custom messages to your Sentry logs.\n\n```php\n\\Sentry\\withScope(function (\\Sentry\\State\\Scope $scope): void {\n    $scope-\u003esetExtras([\n        'custom' =\u003e 'value'\n    ]);\n\n    \\Sentry\\captureMessage('Something happened!');\n});\n```\n\n## Upgrade from 2.x to 3.x\n\nIn version 3.0, this plugin was simplified considerably. You can now specify your settings\nvia the `config/sentry.php` file. The old backend settings page is no longer available.\n\nTo upgrade to this new version, you must add your Sentry DSN to your `.env` file:\n\n```dotenv\nSENTRY_LARAVEL_DSN=https://your@dsn.ingest.sentry.io/12345678\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffline-gmbh%2Foc-sentry-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffline-gmbh%2Foc-sentry-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffline-gmbh%2Foc-sentry-plugin/lists"}