{"id":16430174,"url":"https://github.com/its-alex/glitchtip-playground","last_synced_at":"2025-08-21T10:14:31.963Z","repository":{"id":171090036,"uuid":"647425435","full_name":"Its-Alex/glitchtip-playground","owner":"Its-Alex","description":"Playground to test GlitchTip","archived":false,"fork":false,"pushed_at":"2023-06-10T11:12:38.000Z","size":501,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-21T04:59:22.669Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/Its-Alex.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-30T18:56:02.000Z","updated_at":"2023-05-30T19:20:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"9425693b-b24e-44ac-b34f-703d756d6796","html_url":"https://github.com/Its-Alex/glitchtip-playground","commit_stats":null,"previous_names":["its-alex/glitchtip-playground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Its-Alex/glitchtip-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fglitchtip-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fglitchtip-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fglitchtip-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fglitchtip-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Its-Alex","download_url":"https://codeload.github.com/Its-Alex/glitchtip-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Its-Alex%2Fglitchtip-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271462080,"owners_count":24763857,"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-08-21T02:00:08.990Z","response_time":74,"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":"2024-10-11T08:25:58.062Z","updated_at":"2025-08-21T10:14:31.945Z","avatar_url":"https://github.com/Its-Alex.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GlitchTip playground\n\nPlayground to test GlitchTip\n\n## Requirements\n\n- [`docker`](https://www.docker.com/)\n- [`docker-compose`](https://docs.docker.com/compose/)\n- [`curl`](https://curl.se/)\n- [`rtx`](https://github.com/jdxcode/rtx)\n- [`docker`](https://www.docker.com/)\n\nTo integrate `rtx` and `direnv` with your shell login, you need to add hooks:\n\n- [`rtx hooks`](https://github.com/jdxcode/rtx#quickstart)\n- [`direnv hooks`](https://direnv.net/docs/hook.html)\n\nFollow the steps below to add the hooks:\n\nIf you use **bash**, execute:\n```sh\n$ echo 'eval \"$(~/bin/rtx activate bash)\"' \u003e\u003e ~/.bashrc\n$ echo -e \"\\neval \"\\$($(rtx which direnv) hook bash)\"\" \u003e\u003e ~/.bashrc\n```\nIf you use **zsh**, execute:\n```sh\n$ echo 'eval \"$(~/bin/rtx activate zsh)\"' \u003e\u003e ~/.zshrc\n$ echo -e \"\\neval \"\\$($(rtx which direnv) hook zsh)\"\" \u003e\u003e ~/.zshrc\n```\nThen, to apply the configuration, restart your terminal or simply execute this command:\n\n**Bash**\n```sh\n$ source ~/.bashrc\n```\n\n**Zsh**\n```sh\n$ source ~/.zshrc\n```\n\nTo set up the required tools, you need to install them locally. When you are in\nthe folder of the repository, use the following command:\n\n```sh\n$ rtx install\n$ direnv allow\n```\n\nInstall python requirements to use GlitchTip in python:\n\n```sh\n$ pip install -r requiremtens.txt\n```\n\n## Getting started\n\nFirst you must launch project:\n\n```sh\n$ ./scripts/up.sh\n```\n\nThen setup GlitchTip:\n\n```sh\n$ source ./scripts/setup-glitchtip.sh\nGlitchTip configured, you can now use DSN: \"http://fcc3a189d6d94c30bbd33e91c1289cfa@localhost:8000/1\"\n```\n\nThe script [`./scripts/setup-glitchtip.sh`](./scripts/setup-glitchtip.sh) will create an account:\n\n- Email: `user@example.com`\n- Password: `fakepassword`\n\nWith a python project and give you the DSN of the project that will be\nautomatically be added to your environment as `GLITCHTIP_PTYHON_DSN`.\n\nA default python project is defined in this repository to try GlitchTip. You\ncan now use it to send an error:\n\n```sh\n$ python main.py\n```\n\nFinally login to `http://localhost:8000` to see issue:\n\n![glitchtip-python-issue.png](docs/assets/glitchtip-python-issue.png)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-alex%2Fglitchtip-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fits-alex%2Fglitchtip-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-alex%2Fglitchtip-playground/lists"}