{"id":21719862,"url":"https://github.com/mako-framework/sentry","last_synced_at":"2026-01-05T13:14:44.280Z","repository":{"id":62522991,"uuid":"210814120","full_name":"mako-framework/sentry","owner":"mako-framework","description":"Sentry integration for the Mako Framework.","archived":false,"fork":false,"pushed_at":"2025-08-12T13:44:55.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-12T15:34:43.277Z","etag":null,"topics":["mako-framework","mako-package","php","sentry"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mako-framework.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-09-25T10:06:35.000Z","updated_at":"2025-08-12T13:44:57.000Z","dependencies_parsed_at":"2023-11-23T20:25:59.513Z","dependency_job_id":"7c2fb733-1931-40f1-8ca2-d6a15c33a0b7","html_url":"https://github.com/mako-framework/sentry","commit_stats":{"total_commits":39,"total_committers":2,"mean_commits":19.5,"dds":0.05128205128205132,"last_synced_commit":"af627e408800f2e1186e6faa53b33bec7de841b1"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/mako-framework/sentry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mako-framework%2Fsentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mako-framework%2Fsentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mako-framework%2Fsentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mako-framework%2Fsentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mako-framework","download_url":"https://codeload.github.com/mako-framework/sentry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mako-framework%2Fsentry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270166108,"owners_count":24538445,"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-08-13T02:00:09.904Z","response_time":66,"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":["mako-framework","mako-package","php","sentry"],"created_at":"2024-11-26T01:42:43.785Z","updated_at":"2026-01-05T13:14:44.250Z","avatar_url":"https://github.com/mako-framework.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mako Sentry\n\n[![Build Status](https://github.com/mako-framework/sentry/workflows/Tests/badge.svg)](https://github.com/mako-framework/sentry/actions?query=workflow%3ATests)\n[![Static analysis](https://github.com/mako-framework/sentry/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/mako-framework/sentry/actions/workflows/static-analysis.yml)\n\nA [Sentry](https://sentry.io/welcome/) integration for the Mako Framework.\n\n## Requirements\n\nMako 11.0 or greater.\n\n## Installation\n\nInstall the package using the following composer command:\n\n```\ncomposer require mako/sentry\n```\n\nNext you'll have to add a `logger.sentry` config key to your `application.php` config file.\n\n```\n'logger' =\u003e [\n\t...\n\t'sentry' =\u003e [\n\t\t'dsn' =\u003e 'https://\u003ckey\u003e@sentry.io/\u003cproject\u003e',\n\t],\n\t...\n],\n```\n\nThen you'll have to replace the default `LoggerService` with the included `LoggerService` in the `application.php` config file.\n\n```\n'services' =\u003e [\n\t'core' =\u003e [\n\t\t...\n\t\tmako\\sentry\\services\\LoggerService::class,\n\t\t...\n\t],\n],\n```\n\nAnd finally you'll have to enable logging to sentry by setting the `logger.handler` key in the `application.php` config file to the following value:\n\n```\n'logger' =\u003e [\n\t...\n\t'handler' =\u003e ['Sentry', 'Stream'],\n\t...\n],\n```\n\n\u003e Note that you can disable the default file logging by setting the value to `['Sentry']`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmako-framework%2Fsentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmako-framework%2Fsentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmako-framework%2Fsentry/lists"}