{"id":13617352,"url":"https://github.com/getsentry/sentry-symfony","last_synced_at":"2025-05-13T17:09:02.743Z","repository":{"id":37445355,"uuid":"57291392","full_name":"getsentry/sentry-symfony","owner":"getsentry","description":"The official Symfony SDK for Sentry (sentry.io)","archived":false,"fork":false,"pushed_at":"2025-05-01T19:30:42.000Z","size":1428,"stargazers_count":713,"open_issues_count":20,"forks_count":177,"subscribers_count":59,"default_branch":"master","last_synced_at":"2025-05-03T07:54:22.315Z","etag":null,"topics":["bundle","hacktoberfest","php","sdk","sentry","sentry-client","symfony","symfony-bundle","tag-production","team-web-backend"],"latest_commit_sha":null,"homepage":"https://sentry.io","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/getsentry.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://sentry.io/pricing/","https://sentry.io/"]}},"created_at":"2016-04-28T10:04:52.000Z","updated_at":"2025-04-24T11:50:15.000Z","dependencies_parsed_at":"2023-01-31T08:31:10.549Z","dependency_job_id":"133ec6a9-65cc-4500-a8bb-d8ab69ba98ee","html_url":"https://github.com/getsentry/sentry-symfony","commit_stats":{"total_commits":760,"total_committers":117,"mean_commits":6.495726495726496,"dds":0.5592105263157895,"last_synced_commit":"78205167e1ce7abd79fb317171b21524f49deb7f"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-symfony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-symfony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-symfony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-symfony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsentry","download_url":"https://codeload.github.com/getsentry/sentry-symfony/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253990468,"owners_count":21995774,"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","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":["bundle","hacktoberfest","php","sdk","sentry","sentry-client","symfony","symfony-bundle","tag-production","team-web-backend"],"created_at":"2024-08-01T20:01:40.415Z","updated_at":"2025-05-13T17:08:57.732Z","avatar_url":"https://github.com/getsentry.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://sentry.io/?utm_source=github\u0026utm_medium=logo\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png\" alt=\"Sentry\" width=\"280\" height=\"84\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n_Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us [\u003ckbd\u003e**Check out our open positions**\u003c/kbd\u003e](https://sentry.io/careers/)_\n\n# Official Sentry SDK for Symfony\n\n[![Stable release][Last stable image]][Packagist link]\n[![License](https://poser.pugx.org/sentry/sentry-symfony/license)](https://packagist.org/packages/sentry/sentry-symfony)\n[![Total Downloads](https://poser.pugx.org/sentry/sentry-symfony/downloads)](https://packagist.org/packages/sentry/sentry-symfony)\n[![Monthly Downloads](https://poser.pugx.org/sentry/sentry-symfony/d/monthly)](https://packagist.org/packages/sentry/sentry-symfony)\n\n[![CI](https://github.com/getsentry/sentry-symfony/actions/workflows/tests.yaml/badge.svg)](https://github.com/getsentry/sentry-symfony/actions/workflows/tests.yaml)\n[![Coverage Status][Master Code Coverage Image]][Master Code Coverage]\n[![Discord](https://img.shields.io/discord/621778831602221064)](https://discord.gg/cWnMQeA)\n\nThis is the official Symfony SDK for [Sentry](https://getsentry.com/).\n\n## Getting Started\n\n### Install\n\nInstall the SDK using [Composer](https://getcomposer.org/).\n\n```bash\ncomposer require sentry/sentry-symfony\n```\n\n### Configure\n\nAdd the [Sentry DSN](https://docs.sentry.io/quickstart/#configure-the-dsn) to your `.env` file.\n\n```\n###\u003e sentry/sentry-symfony ###\nSENTRY_DSN=\"https://public@sentry.example.com/1\"\n###\u003c sentry/sentry-symfony ###\n```\n\n### Usage\n\n```php\nuse function Sentry\\captureException;\n\ntry {\n    $this-\u003efunctionThatMayFail();\n} catch (\\Throwable $exception) {\n    captureException($exception);\n}\n```\n\n## Contributing to the SDK\n\nPlease refer to [CONTRIBUTING.md](CONTRIBUTING.md).\n\n### Thanks to all the people who contributed so far!\n\n\u003ca href=\"https://github.com/getsentry/sentry-symfony/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=getsentry/sentry-symfony\" /\u003e\n\u003c/a\u003e\n\n## Getting help/support\n\nIf you need help setting up or configuring the Symfony SDK (or anything else in the Sentry universe) please head over to the [Sentry Community on Discord](https://discord.com/invite/Ww9hbqr). There is a ton of great people in our Discord community ready to help you!\n\n## Resources\n\n- [![Documentation](https://img.shields.io/badge/documentation-sentry.io-green.svg)](https://docs.sentry.io/quickstart/)\n- [![Discord](https://img.shields.io/discord/621778831602221064)](https://discord.gg/Ww9hbqr)\n- [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-sentry-green.svg)](http://stackoverflow.com/questions/tagged/sentry)\n- [![Twitter Follow](https://img.shields.io/twitter/follow/getsentry?label=getsentry\u0026style=social)](https://twitter.com/intent/follow?screen_name=getsentry)\n\n## License\n\nLicensed under the MIT license, see [`LICENSE`](LICENSE)\n\n[Last stable image]: https://poser.pugx.org/sentry/sentry-symfony/version.svg\n[Packagist link]: https://packagist.org/packages/sentry/sentry-symfony\n[Master Code Coverage]: https://codecov.io/gh/getsentry/sentry-symfony/branch/master\n[Master Code Coverage Image]: https://img.shields.io/codecov/c/github/getsentry/sentry-symfony/master?logo=codecov\n\n","funding_links":["https://sentry.io/pricing/","https://sentry.io/"],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fsentry-symfony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsentry%2Fsentry-symfony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fsentry-symfony/lists"}