{"id":14971197,"url":"https://github.com/nofutur3/nette-sentry","last_synced_at":"2026-03-01T12:01:15.299Z","repository":{"id":57028048,"uuid":"77169309","full_name":"nofutur3/nette-sentry","owner":"nofutur3","description":"Nette integration for Sentry","archived":false,"fork":false,"pushed_at":"2019-03-09T13:00:33.000Z","size":30,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T14:29:52.400Z","etag":null,"topics":["composer","nette","sentry"],"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/nofutur3.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}},"created_at":"2016-12-22T19:07:50.000Z","updated_at":"2017-06-26T13:59:15.000Z","dependencies_parsed_at":"2022-08-23T14:21:02.453Z","dependency_job_id":null,"html_url":"https://github.com/nofutur3/nette-sentry","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nofutur3/nette-sentry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofutur3%2Fnette-sentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofutur3%2Fnette-sentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofutur3%2Fnette-sentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofutur3%2Fnette-sentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nofutur3","download_url":"https://codeload.github.com/nofutur3/nette-sentry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nofutur3%2Fnette-sentry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T11:43:06.159Z","status":"ssl_error","status_checked_at":"2026-03-01T11:43:03.887Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["composer","nette","sentry"],"created_at":"2024-09-24T13:44:50.819Z","updated_at":"2026-03-01T12:01:15.280Z","avatar_url":"https://github.com/nofutur3.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sentry for [Nette](https://www.nette.org) framework\n[![Build Status](https://travis-ci.org/nofutur3/nette-sentry.svg?branch=master)](https://travis-ci.org/nofutur3/nette-sentry)\n[![Downloads this Month](https://img.shields.io/packagist/dm/nofutur3/nette-sentry.svg)](https://packagist.org/packages/nofutur3/nette-sentry)\n[![Latest stable](https://img.shields.io/packagist/v/nofutur3/nette-sentry.svg)](https://packagist.org/packages/nofutur3/nette-sentry)\n\n\nNette integration for Sentry\n\n## Installation\n\nThe recommended installation is using [composer](https://getcomposer.org/). \n\n_If you are not still using composer, you should check it out. It's 2016(+) afterall._\n\n```\ncomposer require nofutur3/nette-sentry\n```\n\nAlternative way - in case you are not able to use composer. Download the source code (ie clone git repo) into your project\nand require it some way. For [nette framework](https://nette.org/en/) like this in your bootstrap file:\n```\n$configurator\n    -\u003ecreateRobotLoader()\n    -\u003eaddDirectory(__DIR__ . 'path/to/library/');\n```\n\n## Usage\n##### With Nette (2.3+)\n```\nextensions:\n    sentry: Nofutur3\\Sentry\\DI\\SentryExtension\n    \nsentry:\n    dsn: (your dsn from sentry)\n```\n\n#### Extended configuration with default values\n```\nsentry:\n    dsn: (your dsn from sentry)\n    debug: false\n    user:\n        email: email # email property in IIdentity\n        username: username # username property in IIDentity\n    skip_capture:\n        - 'Nette\\Neon\\Exception' # will not report these exceptions\n    options: # check: https://docs.sentry.io/clients/php/config/\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnofutur3%2Fnette-sentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnofutur3%2Fnette-sentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnofutur3%2Fnette-sentry/lists"}