Skip to content

Commit f01df84

Browse files
authored
ref(changelog): Update changelog with async transport information
Clarified the async transport option details in the changelog.
1 parent a778024 commit f01df84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for your feedback. How was the migration? Is everything working as expected? Is
2020
[on GitHub](https://github.com/getsentry/sentry-python/discussions/3936) or
2121
[on Discord](https://discord.com/invite/Ww9hbqr).
2222

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.
2424

2525
## 3.0.0a5
2626

0 commit comments

Comments
 (0)