Bump sentry-sdk[flask] from 1.24.0 to 1.28.0
Created by: dependabot[bot]
Bumps sentry-sdk[flask] from 1.24.0 to 1.28.0.
Release notes
Sourced from sentry-sdk[flask]'s releases.
1.28.0
Various fixes & improvements
- Add support for cron jobs in ARQ integration (#2088) by
@lewazo
- Backpressure handling prototype (#2189) by
@sl0thentr0py
- Add "replay" context to event payload (#2234) by
@antonpirker
- Update test Django app to be compatible for Django 4.x (#1794) by
@DilLip-Chowdary-Codes
1.27.1
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
fortrace_configs
inaiohttp
(#2230) by@Harmon758
- Support newest Starlette versions (#2227) by
@antonpirker
1.27.0
Various fixes & improvements
Support for SQLAlchemy 2.0 (#2200) by
@antonpirker
Add instrumentation of
aiohttp
client requests (#1761) by@md384
Add Django template tag for adding Sentry tracing information (#2222) by
@antonpirker
- 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 started in the backend.Update Flask HTML meta helper (#2203) by
@antonpirker
Take trace ID always from propagation context (#2209) by
@antonpirker
Fix trace context in event payload (#2205) by
@antonpirker
Use new top level API in
trace_propagation_meta
(#2202) by@antonpirker
Do not overwrite existing baggage on outgoing requests (#2191, #2214) by
@sentrivana
Set the transaction/span status from an OTel span (#2115) by
@daniil-konovalenko
Fix propagation of OTel
NonRecordingSpan
(#2187) by@hartungstenio
Fix
TaskLockedException
handling in Huey integration (#2206) by@Zhenay
Add message format configuration arguments to Loguru integration (#2208) by
@Gwill
Profiling: Add client reports for profiles (#2207) by
@Zylphrex
CI: Fix CI (#2220) by
@antonpirker
Dependencies: Bump
checkouts/data-schemas
from7fdde87
to1b85152
(#2218) by@dependabot
Dependencies: Bump
mypy
from 1.3.0 to 1.4.1 (#2194) by@dependabot
Docs: Change API doc theme (#2210) by
@sentrivana
Docs: Allow (some) autocompletion for top-level API (#2213) by
@sentrivana
Docs: Revert autocomplete hack (#2224) by
@sentrivana
1.26.0
Various fixes & improvements
- Tracing without performance (#2136) by
@antonpirker
- Load tracing information from environment (#2176) by
@antonpirker
- Auto-enable HTTPX integration if HTTPX installed (#2177) by
@sentrivana
- Support for SOCKS proxies (#1050) by
@Roguelazer
- Wrap
parse_url
calls incapture_internal_exceptions
(#2162) by@sentrivana
... (truncated)
Changelog
Sourced from sentry-sdk[flask]'s changelog.
1.28.0
Various fixes & improvements
- Add support for cron jobs in ARQ integration (#2088) by
@lewazo
- Backpressure handling prototype (#2189) by
@sl0thentr0py
- Add "replay" context to event payload (#2234) by
@antonpirker
- Update test Django app to be compatible for Django 4.x (#1794) by
@DilLip-Chowdary-Codes
1.27.1
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
fortrace_configs
inaiohttp
(#2230) by@Harmon758
- Support newest Starlette versions (#2227) by
@antonpirker
1.27.0
Various fixes & improvements
Support for SQLAlchemy 2.0 (#2200) by
@antonpirker
Add instrumentation of
aiohttp
client requests (#1761) by@md384
Add Django template tag for adding Sentry tracing information (#2222) by
@antonpirker
- 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 started in the backend.Update Flask HTML meta helper (#2203) by
@antonpirker
Take trace ID always from propagation context (#2209) by
@antonpirker
Fix trace context in event payload (#2205) by
@antonpirker
Use new top level API in
trace_propagation_meta
(#2202) by@antonpirker
Do not overwrite existing baggage on outgoing requests (#2191, #2214) by
@sentrivana
Set the transaction/span status from an OTel span (#2115) by
@daniil-konovalenko
Fix propagation of OTel
NonRecordingSpan
(#2187) by@hartungstenio
Fix
TaskLockedException
handling in Huey integration (#2206) by@Zhenay
Add message format configuration arguments to Loguru integration (#2208) by
@Gwill
Profiling: Add client reports for profiles (#2207) by
@Zylphrex
CI: Fix CI (#2220) by
@antonpirker
Dependencies: Bump
checkouts/data-schemas
from7fdde87
to1b85152
(#2218) by@dependabot
Dependencies: Bump
mypy
from 1.3.0 to 1.4.1 (#2194) by@dependabot
Docs: Change API doc theme (#2210) by
@sentrivana
Docs: Allow (some) autocompletion for top-level API (#2213) by
@sentrivana
Docs: Revert autocomplete hack (#2224) by
@sentrivana
1.26.0
Various fixes & improvements
- Tracing without performance (#2136) by
@antonpirker
... (truncated)
Commits
-
069d390
Update CHANGELOG.md -
765de53
release: 1.28.0 -
99999a0
Update django app to be compatible for Django 4.x (#1794) -
1c8b4e0
Add support for cron jobs in ARQ integration (#2088) -
6fe2974
Backpressure handling prototype (#2189) -
d26fe80
Add "replay" context to event payload (#2234) -
0271219
Merge branch 'release/1.27.1' -
40906dc
Update CHANGELOG.md -
8a36fc4
release: 1.27.1 -
f07a08c
Add Starlette/FastAPI template tag for adding sentry tracing information (#2225) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)