-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Python] Add template meta helper docs for Django/Fastapi/Starlette/Flask. #7325
[Python] Add template meta helper docs for Django/Fastapi/Starlette/Flask. #7325
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
LGTM!
Will be merged when the feature is released. |
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.
Thanks for updating! Added some small edits for readability.
src/platform-includes/distributed-tracing/custom-instrumentation/python.mdx
Outdated
Show resolved
Hide resolved
src/platform-includes/distributed-tracing/custom-instrumentation/python.mdx
Outdated
Show resolved
Hide resolved
src/platform-includes/distributed-tracing/custom-instrumentation/python.mdx
Outdated
Show resolved
Hide resolved
src/platform-includes/distributed-tracing/custom-instrumentation/python.mdx
Outdated
Show resolved
Hide resolved
…on/python.mdx Co-authored-by: vivianyentran <[email protected]>
…on/python.mdx Co-authored-by: vivianyentran <[email protected]>
…on/python.mdx Co-authored-by: vivianyentran <[email protected]>
…on/python.mdx Co-authored-by: vivianyentran <[email protected]>
We have a new feature to make it easier for Python users to inject tracing information into rendered HTML. (This helps when users want to connect the Python backend to a JS frontend)
PR of the feature: getsentry/sentry-python#2186