{"id":15479797,"url":"https://github.com/gr2m/github-actions-sentry-example","last_synced_at":"2025-06-25T08:33:56.396Z","repository":{"id":66069611,"uuid":"483962101","full_name":"gr2m/github-actions-sentry-example","owner":"gr2m","description":"GitHub Action example that sends errors to Sentry","archived":false,"fork":false,"pushed_at":"2022-09-23T19:38:44.000Z","size":25,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-15T19:45:21.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gr2m.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-04-21T08:08:31.000Z","updated_at":"2024-03-21T18:27:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"20458e80-ef06-4751-940c-fca903ccab7f","html_url":"https://github.com/gr2m/github-actions-sentry-example","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"7465087959c38e8a89f35d5d94e7c2956d0a55ef"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/gr2m/github-actions-sentry-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Fgithub-actions-sentry-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Fgithub-actions-sentry-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Fgithub-actions-sentry-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Fgithub-actions-sentry-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gr2m","download_url":"https://codeload.github.com/gr2m/github-actions-sentry-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gr2m%2Fgithub-actions-sentry-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261216749,"owners_count":23126241,"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":[],"created_at":"2024-10-02T04:26:43.835Z","updated_at":"2025-06-25T08:33:56.371Z","avatar_url":"https://github.com/gr2m.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-actions-sentry-example\n\nThis repository is an example of how to send errors that occur in a GitHub Actions workflow build to [Sentry](https://sentry.io/welcome/), using [the Sentry SDK for Node.js](https://docs.sentry.io/platforms/node/).\n\n## Usage\n\nCreate a project on [Sentry](https://sentry.io/) and set the DSN as `SENTRY_DSN` repository secret. Then pass it to your script, like so:\n\n```yml\nname: My Workflow\n\"on\":\n  workflow_dispatch: {}\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: actions/setup-node@v2\n        with:\n          node-version: 16\n          cache: npm\n      - run: npm ci --production\n      - run: node index.js\n        env:\n          SENTRY_DSN: ${{ secrets.SENTRY_DSN }}\n```\n\n## License\n\n[ISC](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgr2m%2Fgithub-actions-sentry-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgr2m%2Fgithub-actions-sentry-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgr2m%2Fgithub-actions-sentry-example/lists"}