{"id":51778329,"url":"https://github.com/bborbe/sentry-proxy","last_synced_at":"2026-07-20T08:32:14.652Z","repository":{"id":371865746,"uuid":"1296156442","full_name":"bborbe/sentry-proxy","owner":"bborbe","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-17T10:35:12.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-07-20T08:32:13.416Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bborbe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-10T06:53:27.000Z","updated_at":"2026-07-17T10:35:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bborbe/sentry-proxy","commit_stats":null,"previous_names":["bborbe/sentry-proxy"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bborbe/sentry-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bborbe%2Fsentry-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bborbe%2Fsentry-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bborbe%2Fsentry-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bborbe%2Fsentry-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bborbe","download_url":"https://codeload.github.com/bborbe/sentry-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bborbe%2Fsentry-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35681006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"ssl_error","status_checked_at":"2026-07-20T02:08:09.736Z","response_time":111,"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":[],"created_at":"2026-07-20T08:32:13.954Z","updated_at":"2026-07-20T08:32:14.646Z","avatar_url":"https://github.com/bborbe.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sentry-proxy\n\nA small rate-limiting reverse proxy for the [Sentry](https://sentry.io) ingest API. It forwards\n`/api/...` event traffic to the upstream derived from the configured `SENTRY_DSN`, applying a\nrequest limit over a sliding window so a noisy client cannot exhaust the Sentry quota. Exposes a\ntiny HTTP admin surface for health checks, metrics, and runtime log-level changes.\n\n## Run locally\n\n```bash\nmake test\nmake run\n```\n\n## Build \u0026 publish image\n\n```bash\nmake buca   # builds + pushes docker.io/bborbe/sentry-proxy:\u003cgit-tag\u003e\n```\n\n## Configuration\n\n| Env | Flag | Required | Purpose |\n|-----|------|----------|---------|\n| `SENTRY_DSN` | `-sentry-dsn` | yes | Sentry DSN; its host is the upstream ingest target |\n| `SENTRY_PROXY` | `-sentry-proxy` | no | Outbound proxy for the proxy's own Sentry client |\n| `LISTEN` | `-listen` | yes | Address to listen on (e.g. `:9090`) |\n| `REQUEST_LIMIT` | `-request-limit` | yes | Max forwarded requests per window |\n| `REQUEST_DURATION` | `-request-duration` | yes | Sliding-window duration |\n\n## HTTP endpoints\n\nServed on the configured listen address (`-listen`):\n\n```\nGET   /healthz              # liveness — returns OK\nGET   /readiness            # readiness — returns OK\nGET   /metrics              # Prometheus metrics\nGET   /setloglevel/{n}      # set glog verbosity to n\n*     /api/...              # rate-limited proxy to the Sentry ingest upstream\n```\n\n## License\n\nBSD-2-Clause — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbborbe%2Fsentry-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbborbe%2Fsentry-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbborbe%2Fsentry-proxy/lists"}