Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Jul 6, 2023
1 parent 8a36fc4 commit 40906dc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

### Various fixes & improvements

- Add Starlette/FastAPI template tag for adding sentry tracing information (#2225) by @antonpirker
- Fixed generation of baggage when a dsc is already in propagation context (#2232) by @antonpirker
- fix(aiohttp): Handle explicitly passing None for trace_configs (#2230) by @Harmon758
- Support newest starlette versions (#2227) by @antonpirker
- 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
- Support newest Starlette versions (#2227) by @antonpirker

## 1.27.0

Expand Down

0 comments on commit 40906dc

Please sign in to comment.