{"id":16195277,"url":"https://github.com/tethik/sentrymiddleware","last_synced_at":"2025-10-10T21:36:55.071Z","repository":{"id":144212819,"uuid":"136851507","full_name":"Tethik/sentrymiddleware","owner":"Tethik","description":"Another Sentry middleware for the Echo framework","archived":false,"fork":false,"pushed_at":"2018-06-10T23:18:48.000Z","size":2,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T18:37:42.144Z","etag":null,"topics":["echo-framework","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Tethik.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":"2018-06-10T23:07:06.000Z","updated_at":"2018-09-13T15:37:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"ead7345a-65f6-428d-8443-9b524ade9abd","html_url":"https://github.com/Tethik/sentrymiddleware","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fsentrymiddleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fsentrymiddleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fsentrymiddleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fsentrymiddleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tethik","download_url":"https://codeload.github.com/Tethik/sentrymiddleware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247685626,"owners_count":20979085,"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":["echo-framework","golang"],"created_at":"2024-10-10T08:26:56.356Z","updated_at":"2025-10-10T21:36:50.036Z","avatar_url":"https://github.com/Tethik.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# echo-sentry-middleware\nAnother Sentry middleware for the Echo framework\n\n## Usage\n```go\n\nfunc main() {\n    // Echo instance\n\te := echo.New()\n\tdsn, found := os.LookupEnv(\"SENTRY_RAVEN_DSN\")\n\tif found {\n\t\traven.SetDSN(dsn)\n\t\te.Use(sentrymiddleware.SentryErrorRecover())\n    }    \n\t// Start server\n\te.Logger.Fatal(e.Start(\":1323\"))\n}\n```\n\n\n## Todo\n1. Set DSN via this package (and use own client)\n1. Tests\n2. Better example.\n3. Versioning.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftethik%2Fsentrymiddleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftethik%2Fsentrymiddleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftethik%2Fsentrymiddleware/lists"}