You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ for your feedback. How was the migration? Is everything working as expected? Is
20
20
[on GitHub](https://github.com/getsentry/sentry-python/discussions/3936) or
21
21
[on Discord](https://discord.com/invite/Ww9hbqr).
22
22
23
-
This version also adds an experimental async transport option. It can be enabled by passing "transport_async=true" in the experiments dict on sentry_sdk.init().
23
+
This version also adds an experimental async transport option. It can be enabled by passing ``transport_async=true`` in the experiments dict in ``sentry_sdk.init()``. The async transport requires the [asyncio integration](https://docs.sentry.io/platforms/python/integrations/asyncio/) and the [httpcore[asyncio]](https://pypi.org/project/httpcore/) library.
0 commit comments