Skip to content

Commit 40906dc

Browse files
authored
Update CHANGELOG.md
1 parent 8a36fc4 commit 40906dc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
### Various fixes & improvements
66

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
1112

1213
## 1.27.0
1314

0 commit comments

Comments
 (0)