-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
docs(python): Add documentation for the Python SDK Async Transport #14567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Bundle ReportChanges will increase total bundle size by 6.79kB (0.03%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-server-cjsAssets Changed:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
|
@@ -320,6 +320,22 @@ sentry_sdk.init( | |||
|
|||
</SdkOption> | |||
|
|||
<SdkOption name="transport_async" defaultValue='None'> | |||
An experimental fully async transport. Requires the asyncio integration and the [httpcore[asyncio]](https://www.encode.io/httpcore/async/) library. If enabled, the Sentry SDK has to be initialised while an event loop is running. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An experimental fully async transport. Requires the asyncio integration and the [httpcore[asyncio]](https://www.encode.io/httpcore/async/) library. If enabled, the Sentry SDK has to be initialised while an event loop is running. | |
An experimental fully async transport. Requires the [asyncio](https://docs.python.org/3/library/asyncio.html) integration and the [httpcore[asyncio]](https://www.encode.io/httpcore/async/) library. If enabled, the Sentry SDK has to be initialized while an event loop is running. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for adding! 🤙
DESCRIBE YOUR PR
Add documentation for the new experimental Python SDK Async Transport option.
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
EXTRA RESOURCES