{"id":26576624,"url":"https://github.com/getsentry/coredump-uploader","last_synced_at":"2025-03-23T03:23:59.950Z","repository":{"id":52648756,"uuid":"226306267","full_name":"getsentry/coredump-uploader","owner":"getsentry","description":"Coredump uploader","archived":false,"fork":false,"pushed_at":"2022-09-21T00:18:36.000Z","size":62,"stargazers_count":14,"open_issues_count":4,"forks_count":8,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-03-22T06:47:06.592Z","etag":null,"topics":["coredump","sentry-client","tag-non-production"],"latest_commit_sha":null,"homepage":"","language":"Python","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/getsentry.png","metadata":{"funding":{"custom":["https://sentry.io/pricing/","https://sentry.io/"]},"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":"2019-12-06T10:41:35.000Z","updated_at":"2025-01-20T17:18:08.000Z","dependencies_parsed_at":"2023-01-18T17:16:38.129Z","dependency_job_id":null,"html_url":"https://github.com/getsentry/coredump-uploader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fcoredump-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fcoredump-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fcoredump-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fcoredump-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsentry","download_url":"https://codeload.github.com/getsentry/coredump-uploader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245049843,"owners_count":20552734,"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":["coredump","sentry-client","tag-non-production"],"created_at":"2025-03-23T03:23:59.074Z","updated_at":"2025-03-23T03:23:59.916Z","avatar_url":"https://github.com/getsentry.png","language":"Python","funding_links":["https://sentry.io/pricing/","https://sentry.io/"],"categories":[],"sub_categories":[],"readme":"# Coredump Uploader\n\nThis utility can upload core dumps to Sentry.  It can either upload a single core dump or watch a folder\nfor incoming core dumps to automatically upload them as they happen.\n\n## Requirements\n\n- python\n- poetry\n- gdb\n- elfutils\n\n## Usage\n\n### Upload coredump\n\n````\n$ export SENTRY_DSN=https://something@your-sentry-dsn/42\n$ upload_coredump /path/to/core upload /path/to/executable\n````\n\nOR\n\n````\n$ upload_coredump --sentry-dsn https://something@your-sentry-dsn/42 /path/to/executable upload /path/to/core \n````\n\n### Watch for coredumps\n\n````\n$ upload_coredump --sentry-dsn https://something@your-sentry-dsn/42 /path/to/executable watch /path/to/dir \n````\n\n## Development\n\nWe use Poetry for development. To get started, first install dependencies: \n\n```\npoetry install\n```\n\nTo run tests, use:\n\n```\npoetry run pytest tests/\n```\n\nTo run the application:\n\n```\npoetry run upload_coredump ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fcoredump-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsentry%2Fcoredump-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fcoredump-uploader/lists"}