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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
- Support for SQLAlchemy 2.0 (#2200) by @antonpirker
8
8
- Add instrumentation of `aiohttp` client requests (#1761) by @md384
9
9
- Add Django template tag for adding Sentry tracing information (#2222) by @antonpirker
10
+
- By adding `{{ sentry_trace_meta }}` to your Django 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.
11
+
10
12
- Update Flask HTML meta helper (#2203) by @antonpirker
11
13
- Take trace ID always from propagation context (#2209) by @antonpirker
12
14
- Fix trace context in event payload (#2205) by @antonpirker
0 commit comments