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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Various fixes & improvements
Add Starlette/FastAPI template tag for adding Sentry tracing information (#2225) by @antonpirker
By adding {{ sentry_trace_meta }} to your Starlette/FastAPI Jinja2 templates we will include Sentry trace information as a meta tag in the rendered HTML to allow your frontend to pick up and continue the trace started in the backend.
Fixed generation of baggage when a DSC is already in propagation context (#2232) by @antonpirker
Handle explicitly passing None for trace_configs in aiohttp (#2230) by @Harmon758