{"id":20740947,"url":"https://github.com/rollbar/rollbar-orb","last_synced_at":"2025-12-24T03:29:01.511Z","repository":{"id":49715906,"uuid":"151452765","full_name":"rollbar/rollbar-orb","owner":"rollbar","description":"CircleCI Orb for reporting deploys to Rollbar","archived":false,"fork":false,"pushed_at":"2021-06-10T15:20:03.000Z","size":24,"stargazers_count":3,"open_issues_count":3,"forks_count":6,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-10-30T00:44:47.032Z","etag":null,"topics":["circleci-orb","circleci-orbs"],"latest_commit_sha":null,"homepage":null,"language":null,"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/rollbar.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":"2018-10-03T17:29:23.000Z","updated_at":"2021-06-10T15:20:05.000Z","dependencies_parsed_at":"2022-07-28T20:38:54.461Z","dependency_job_id":null,"html_url":"https://github.com/rollbar/rollbar-orb","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/rollbar/rollbar-orb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-orb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-orb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-orb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-orb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollbar","download_url":"https://codeload.github.com/rollbar/rollbar-orb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollbar%2Frollbar-orb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27994390,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["circleci-orb","circleci-orbs"],"created_at":"2024-11-17T06:31:40.567Z","updated_at":"2025-12-24T03:29:01.490Z","avatar_url":"https://github.com/rollbar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# rollbar-orb\n[CircleCI Orb](https://github.com/CircleCI-Public/config-preview-sdk/tree/master/docs) for reporting deploys and uploading sourcemaps to Rollbar.\n\n## Requirements\nIf you don't have them already, create accounts in [Rollbar](https://rollbar.com/signup) and [CircleCI](https://circleci.com/signup/).\n\nIn order to use the Rollbar orb, your CircleCI builds need to run in environment where [curl](https://curl.haxx.se/) and [jq](https://stedolan.github.io/jq/) are installed.\n\n## Usage\n\nTo use the Rollbar orb, reference it in your project and then use one of the included commands:\n* `notify_deploy` \n* `notify_deploy_started`\n* `notify_deploy_finished`\n* `upload_sourcemap` \n\nDocumentation for each method is available inline in [orb.yml](https://github.com/rollbar/rollbar-orb/blob/master/src/rollbar/orb.yml).\n\nHere's a very simple example of a CircleCI config that uses the Rollbar orb to report a deploy starting and finishing as well as uploading sourcemaps:\n\n```yaml\nversion: 2.1\norbs:\n    rollbar: rollbar/deploy@volatile\njobs:\n  build:\n    docker:\n      - image: circleci/ruby:latest\n    environment:\n      ROLLBAR_ACCESS_TOKEN: {{ your `POST_SERVER_ITEM` access token here}}\n      ROLLBAR_ENVIRONMENT: development\n    steps:\n      - checkout\n      - rollbar/notify_deploy_started:\n          environment: $ROLLBAR_ENVIRONMENT\n      - rollbar/upload_sourcemap:\n          minified_url: https://rollbar.com/rollbar.min.js\n          source_map: static/js/rollbar.js.map\n          js_files:  static/js/rollbar.js\n     \n     # The rest of your build steps go here...\n\n     # Notify Rollbar when your deploy has completed successfully\n      - rollbar/notify_deploy_finished:\n          deploy_id: $ROLLBAR_DEPLOY_ID\n          status: succeeded\n```\n\n## Help / Support\n\nIf you run into any issues, please email us at [support@rollbar.com](mailto:support@rollbar.com)\n\nFor bug reports, please [open an issue on GitHub](https://github.com/rollbar/rollbar-orb/issues/new).\n\n\n## Contributing\n\nFor details on how to do development work on a CircleCI orb, check out [Circle CI's Orb docs](https://circleci.com/docs/2.0/creating-orbs/).\n\nTo contribute to the Rollbar orb:\n\n1. [Fork it](https://github.com/rollbar/rollbar-orb)\n2. Create your feature branch (```git checkout -b my-new-feature```).\n3. Commit your changes (```git commit -am 'Added some feature'```)\n4. Push to the branch (```git push origin my-new-feature```)\n5. Create a new Pull Request and submit it for review.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollbar%2Frollbar-orb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollbar%2Frollbar-orb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollbar%2Frollbar-orb/lists"}