{"id":25522329,"url":"https://github.com/launchscout/sentry","last_synced_at":"2025-09-03T06:42:08.228Z","repository":{"id":45123997,"uuid":"21100588","full_name":"launchscout/sentry","owner":"launchscout","description":"Our Sentry instance","archived":false,"fork":false,"pushed_at":"2022-07-07T22:58:13.000Z","size":26,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-21T12:51:33.144Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchscout.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-22T17:55:32.000Z","updated_at":"2014-06-22T18:21:48.000Z","dependencies_parsed_at":"2022-09-22T17:31:21.775Z","dependency_job_id":null,"html_url":"https://github.com/launchscout/sentry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/launchscout/sentry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchscout%2Fsentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchscout%2Fsentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchscout%2Fsentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchscout%2Fsentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchscout","download_url":"https://codeload.github.com/launchscout/sentry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchscout%2Fsentry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273403944,"owners_count":25099299,"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-09-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2025-02-19T18:19:19.582Z","updated_at":"2025-09-03T06:42:08.171Z","avatar_url":"https://github.com/launchscout.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gaslight's [Sentry](https://getsentry.com/welcome/)\n\n![](http://i.imgur.com/UP6TOLm.jpg)\n\n## Development\n\nIt's a Django application, so there's a little bit of setup involved\nunless you're already Python-ing. You should almost certainly setup\n[virtualenv](http://virtualenv.readthedocs.org/en/latest/) if you haven't\nalready.\n\nYou'll need to create a [GitHub OAuth application][ghapp] in order to use the\nGitHub accounts on production. You can skip this step if you just want\nto run a local instance and won't be cloning production data.\n\n1. `git clone git@github.com:gaslight/sentry.git`\n1. `cd sentry`\n1. `pip install`\n1. (optional) `bin/data`\n\nIf you're using production data, you'll have to start the application\nwith the GitHub OAuth environment variables, like this:\n\n```sh\nGITHUB_APP_ID=app_id_goes_here \\\nGITHUB_API_SECRET=secret_goes_here \\\nDATABASE_URL=postgres://localhost/sentry_development \\\nsentry --config=sentry.conf.py start\n```\n\nOtherwise, you just need the `DATABASE_URL`:\n\n```sh\nDATABASE_URL=postgres://localhost/sentry_development \\\nsentry --config=sentry.conf.py start\n```\n\n## Deploy\n\nWe're running on [Heroku](https://sentry.gaslight.co), so deployment is\njust a git push away. You'll need access to the application, which lives\nin the gaslight heroku organization.\n\n### Setup\n\n1. Add the Heroku remote:\n  `git remote add heroku git@heroku.com:gaslight-sentry.git`\n1. (optional) Fetch\n  `git fetch heroku`\n1. Push\n  `git push heroku`\n\n[ghapp]: https://github.com/settings/applications/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchscout%2Fsentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchscout%2Fsentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchscout%2Fsentry/lists"}