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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,11 @@
4
4
5
5
### Various fixes & improvements
6
6
7
-
- Add Starlette/FastAPI template tag for adding sentry tracing information (#2225) by @antonpirker
8
-
- Fixed generation of baggage when a dsc is already in propagation context (#2232) by @antonpirker
9
-
- fix(aiohttp): Handle explicitly passing None for trace_configs (#2230) by @Harmon758
10
-
- Support newest starlette versions (#2227) by @antonpirker
7
+
- Add Starlette/FastAPI template tag for adding Sentry tracing information (#2225) by @antonpirker
8
+
- 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.
9
+
- Fixed generation of baggage when a DSC is already in propagation context (#2232) by @antonpirker
10
+
- Handle explicitly passing `None` for `trace_configs` in `aiohttp` (#2230) by @Harmon758
11
+
- Support newest Starlette versions (#2227) by @antonpirker
0 commit comments