Skip to content

Commit

Permalink
Remove mention of Falcon from ASGI docs (#8122)
Browse files Browse the repository at this point in the history
(We do not support ASGI Falcon apps)[https://github.com/getsentry/sentry-python/blob/b31d498861fbcf33d96808170120ed6ea6935bc8/sentry_sdk/integrations/falcon.py#L213] in our integration, so we should not be mentioning it in our ASGI docs, since the Falcon integration does nothing when it detects it is being used with an ASGI app
  • Loading branch information
szokeasaurusrex committed Oct 4, 2023
1 parent 751015d commit c588dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/python/common/integrations/asgi/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The ASGI middleware can be used to instrument any [ASGI](https://asgi.readthedoc

<Note>

If you use an ASGI framework, please use our specific integrations for [FastAPI](/platforms/python/integrations/fastapi/), [Starlette](/platforms/python/integrations/starlette/), [Falcon](/platforms/python/integrations/falcon/), [Quart](/platforms/python/integrations/quart/), and [Sanic](/platforms/python/integrations/sanic/) instead of this ASGI middleware as those are easier to use and capture more useful information.
If you use an ASGI framework, please use our specific integrations for [FastAPI](/platforms/python/integrations/fastapi/), [Starlette](/platforms/python/integrations/starlette/), [Quart](/platforms/python/integrations/quart/), and [Sanic](/platforms/python/integrations/sanic/) instead of this ASGI middleware as those are easier to use and capture more useful information.

</Note>

Expand Down

1 comment on commit c588dfb

@vercel
Copy link

@vercel vercel bot commented on c588dfb Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.