{"id":37154423,"url":"https://github.com/constructor-io/zerolog-sentry","last_synced_at":"2026-01-14T18:13:07.518Z","repository":{"id":197937801,"uuid":"699390524","full_name":"Constructor-io/zerolog-sentry","owner":"Constructor-io","description":"Sentry writer for zerolog logger","archived":false,"fork":true,"pushed_at":"2024-01-15T09:42:13.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-26T19:23:00.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"archdx/zerolog-sentry","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Constructor-io.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}},"created_at":"2023-10-02T14:38:58.000Z","updated_at":"2023-10-03T06:58:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Constructor-io/zerolog-sentry","commit_stats":null,"previous_names":["constructor-io/zerolog-sentry"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Constructor-io/zerolog-sentry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Constructor-io%2Fzerolog-sentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Constructor-io%2Fzerolog-sentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Constructor-io%2Fzerolog-sentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Constructor-io%2Fzerolog-sentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Constructor-io","download_url":"https://codeload.github.com/Constructor-io/zerolog-sentry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Constructor-io%2Fzerolog-sentry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28430014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-14T18:13:06.828Z","updated_at":"2026-01-14T18:13:07.512Z","avatar_url":"https://github.com/Constructor-io.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zerolog-sentry\n[![Build Status](https://github.com/archdx/zerolog-sentry/workflows/test/badge.svg)](https://github.com/archdx/zerolog-sentry/actions)\n[![codecov](https://codecov.io/gh/archdx/zerolog-sentry/branch/master/graph/badge.svg)](https://codecov.io/gh/archdx/zerolog-sentry)\n\n### Example\n```go\nimport (\n\t\"errors\"\n\tstdlog \"log\"\n\t\"os\"\n\n\t\"github.com/archdx/zerolog-sentry\"\n\t\"github.com/rs/zerolog\"\n)\n\nfunc main() {\n\tw, err := zlogsentry.New(\"http://e35657dcf4fb4d7c98a1c0b8a9125088@localhost:9000/2\", zlogsentry.WithEnvironment(\"dev\"), zlogsentry.WithRelease(\"1.0.0\"))\n\tif err != nil {\n\t\tstdlog.Fatal(err)\n\t}\n\n\tdefer w.Close()\n\n\tmulti := zerolog.MultiLevelWriter(os.Stdout, w)\n\tlogger := zerolog.New(multi).With().Timestamp().Logger()\n\n\tlogger.Error().Err(errors.New(\"dial timeout\")).Msg(\"test message\")\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstructor-io%2Fzerolog-sentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconstructor-io%2Fzerolog-sentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstructor-io%2Fzerolog-sentry/lists"}