{"id":15559847,"url":"https://github.com/richardarpanet/falcon-sentry","last_synced_at":"2026-05-17T17:02:50.321Z","repository":{"id":138867118,"uuid":"160483479","full_name":"richardARPANET/falcon-sentry","owner":"richardARPANET","description":"  Sentry support for Falcon web framework.","archived":false,"fork":false,"pushed_at":"2018-12-06T09:20:28.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T05:48:16.390Z","etag":null,"topics":["falcon","library","monitoring","package","python3","sentry"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/falcon-sentry/","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/richardARPANET.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","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":"2018-12-05T08:12:30.000Z","updated_at":"2019-01-09T07:51:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"922b892a-a853-4ba8-8386-ceb7eebe57a0","html_url":"https://github.com/richardARPANET/falcon-sentry","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Ffalcon-sentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Ffalcon-sentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Ffalcon-sentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardARPANET%2Ffalcon-sentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardARPANET","download_url":"https://codeload.github.com/richardARPANET/falcon-sentry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243213985,"owners_count":20254902,"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":["falcon","library","monitoring","package","python3","sentry"],"created_at":"2024-10-02T15:58:37.298Z","updated_at":"2026-05-17T17:02:45.301Z","avatar_url":"https://github.com/richardARPANET.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"falcon-sentry\n--------------\n\nInstallation\n------------\n\n.. code:: bash\n\n    pip install falcon-sentry\n\nHow to use\n------------\n\nWhen creating your Falcon application/API instance.\nWrap it with falcon-sentry and pass in your Sentry DSN.\n\n.. code:: python\n\n    application = falcon.API()\n    application.add_route('/items', MyResource())\n    dsn = 'https://00000000000000000000000000000000@sentry.io/0000000'\n    application = falcon_sentry(dsn=dsn, app=application)\n    return application\n\nYou can also use an environment variable to specify the DSN.\n\n.. code:: python\n\n    os.environ['SENTRY_DSN'] = 'https://00000000000000000000000000000000@sentry.io/0000000'\n    application = falcon_sentry(app=application)\n    return application\n\nYou can specify the Sentry environment\n\n.. code:: python\n    application = falcon_sentry(dsn=dsn, app=application, environment='prod')\n    return application\n\nIf both the ``dsn`` parameter and the environment variable are missing then falcon-sentry will do nothing and return the application instance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardarpanet%2Ffalcon-sentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardarpanet%2Ffalcon-sentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardarpanet%2Ffalcon-sentry/lists"}