{"id":37130612,"url":"https://github.com/themakers/zapsentry","last_synced_at":"2026-01-14T15:01:08.984Z","repository":{"id":57563429,"uuid":"330988059","full_name":"themakers/zapsentry","owner":"themakers","description":"zap logger sentry core","archived":false,"fork":true,"pushed_at":"2021-01-19T21:07:09.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T11:15:36.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"TheZeroSlave/zapsentry","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themakers.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":"2021-01-19T13:24:39.000Z","updated_at":"2021-01-19T21:06:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/themakers/zapsentry","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/themakers/zapsentry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themakers%2Fzapsentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themakers%2Fzapsentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themakers%2Fzapsentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themakers%2Fzapsentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themakers","download_url":"https://codeload.github.com/themakers/zapsentry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themakers%2Fzapsentry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","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-14T15:01:04.610Z","updated_at":"2026-01-14T15:01:07.618Z","avatar_url":"https://github.com/themakers.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sentry client for zap logger\n\nIntegration of sentry client into zap.Logger is pretty simple:\n```golang\nfunc modifyToSentryLogger(log *zap.Logger, DSN string) *zap.Logger {\n\tcfg := zapsentry.Configuration{\n\t\tLevel: zapcore.ErrorLevel, //when to send message to sentry\n\t\tTags: map[string]string{\n\t\t\t\"component\": \"system\",\n\t\t},\n\t}\n\tcore, err := zapsentry.NewCore(cfg, zapsentry.NewSentryClientFromDSN(DSN))\n\t//in case of err it will return noop core. so we can safely attach it\n\tif err != nil {\n\t\tlog.Warn(\"failed to init zap\", zap.Error(err))\n\t}\n\treturn zapsentry.AttachCoreToLogger(core, log)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemakers%2Fzapsentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemakers%2Fzapsentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemakers%2Fzapsentry/lists"}