{"id":26717779,"url":"https://github.com/ponytailer/sentry-quart","last_synced_at":"2025-03-27T16:23:46.903Z","repository":{"id":57465645,"uuid":"429341126","full_name":"ponytailer/sentry-quart","owner":"ponytailer","description":"The sentry middleware for quart","archived":false,"fork":false,"pushed_at":"2021-11-18T12:28:01.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T08:48:37.469Z","etag":null,"topics":["middleware","quart","sentry"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ponytailer.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":"2021-11-18T07:50:01.000Z","updated_at":"2021-11-26T03:42:34.000Z","dependencies_parsed_at":"2022-09-17T18:01:00.973Z","dependency_job_id":null,"html_url":"https://github.com/ponytailer/sentry-quart","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponytailer%2Fsentry-quart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponytailer%2Fsentry-quart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponytailer%2Fsentry-quart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponytailer%2Fsentry-quart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ponytailer","download_url":"https://codeload.github.com/ponytailer/sentry-quart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245879947,"owners_count":20687459,"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":["middleware","quart","sentry"],"created_at":"2025-03-27T16:23:46.415Z","updated_at":"2025-03-27T16:23:46.898Z","avatar_url":"https://github.com/ponytailer.png","language":"Python","readme":"# sentry-quart\nThe sentry middleware for quart\n\nSentry-asgi can't not collect the information like Flask\n\n## How to install\n\n```\npip install sentry-quart\n\n```\n\n## How to use\n\n```\nfrom quart import Quart\nfrom sentry_quart import QuartMiddleware\n\napp = Quart(__name__)\nhost = \"https://xxxx.com/v1\"\napp.asgi_app = QuartMiddleware(app, host)._run_asgi3\n# the sentry dsn in $env\nsentry_sdk.init(traces_sample_rate=1)\n```\n\n\n## Photo\n\nbefore:\n\n![image](https://user-images.githubusercontent.com/6038418/142375407-c7a5e810-e8c6-4c35-9ffc-0abd0035a85c.png)\n\n\nafter(like flask to show the view_func.name):\n![image](https://user-images.githubusercontent.com/6038418/142375499-73ae8777-6f7e-40f0-9aa8-d14ad88e41c7.png)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fponytailer%2Fsentry-quart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fponytailer%2Fsentry-quart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fponytailer%2Fsentry-quart/lists"}