Bump sentry-sdk[flask] from 1.24.0 to 1.27.1
Created by: dependabot[bot]
Bumps sentry-sdk[flask] from 1.24.0 to 1.27.1.
Release notes
Sourced from sentry-sdk[flask]'s releases.
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
Nonefortrace_configsinaiohttp(#2230) by@Harmon758- Support newest Starlette versions (#2227) by
@antonpirker1.27.0
Various fixes & improvements
Support for SQLAlchemy 2.0 (#2200) by
@antonpirkerAdd instrumentation of
aiohttpclient requests (#1761) by@md384Add 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
@antonpirkerTake trace ID always from propagation context (#2209) by
@antonpirkerFix trace context in event payload (#2205) by
@antonpirkerUse new top level API in
trace_propagation_meta(#2202) by@antonpirkerDo not overwrite existing baggage on outgoing requests (#2191, #2214) by
@sentrivanaSet the transaction/span status from an OTel span (#2115) by
@daniil-konovalenkoFix propagation of OTel
NonRecordingSpan(#2187) by@hartungstenioFix
TaskLockedExceptionhandling in Huey integration (#2206) by@ZhenayAdd message format configuration arguments to Loguru integration (#2208) by
@GwillProfiling: Add client reports for profiles (#2207) by
@ZylphrexCI: Fix CI (#2220) by
@antonpirkerDependencies: Bump
checkouts/data-schemasfrom7fdde87to1b85152(#2218) by@dependabotDependencies: Bump
mypyfrom 1.3.0 to 1.4.1 (#2194) by@dependabotDocs: Change API doc theme (#2210) by
@sentrivanaDocs: Allow (some) autocompletion for top-level API (#2213) by
@sentrivanaDocs: Revert autocomplete hack (#2224) by
@sentrivana1.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_urlcalls incapture_internal_exceptions(#2162) by@sentrivana- Run 2.7 tests in CI again (#2181) by
@sentrivana- Crons: Do not support sub-minute cron intervals (#2172) by
@antonpirker- Profile: Add function name to profiler frame cache (#2164) by
@Zylphrex- Dependencies: bump checkouts/data-schemas from
0ed3357to7fdde87(#2165) by@dependabot- Update changelog (#2163) by
@sentrivana1.25.1
Django update (ongoing)
... (truncated)
Changelog
Sourced from sentry-sdk[flask]'s changelog.
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
Nonefortrace_configsinaiohttp(#2230) by@Harmon758- Support newest Starlette versions (#2227) by
@antonpirker1.27.0
Various fixes & improvements
Support for SQLAlchemy 2.0 (#2200) by
@antonpirkerAdd instrumentation of
aiohttpclient requests (#1761) by@md384Add 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
@antonpirkerTake trace ID always from propagation context (#2209) by
@antonpirkerFix trace context in event payload (#2205) by
@antonpirkerUse new top level API in
trace_propagation_meta(#2202) by@antonpirkerDo not overwrite existing baggage on outgoing requests (#2191, #2214) by
@sentrivanaSet the transaction/span status from an OTel span (#2115) by
@daniil-konovalenkoFix propagation of OTel
NonRecordingSpan(#2187) by@hartungstenioFix
TaskLockedExceptionhandling in Huey integration (#2206) by@ZhenayAdd message format configuration arguments to Loguru integration (#2208) by
@GwillProfiling: Add client reports for profiles (#2207) by
@ZylphrexCI: Fix CI (#2220) by
@antonpirkerDependencies: Bump
checkouts/data-schemasfrom7fdde87to1b85152(#2218) by@dependabotDependencies: Bump
mypyfrom 1.3.0 to 1.4.1 (#2194) by@dependabotDocs: Change API doc theme (#2210) by
@sentrivanaDocs: Allow (some) autocompletion for top-level API (#2213) by
@sentrivanaDocs: Revert autocomplete hack (#2224) by
@sentrivana1.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_urlcalls incapture_internal_exceptions(#2162) by@sentrivana- Run 2.7 tests in CI again (#2181) by
@sentrivana- Crons: Do not support sub-minute cron intervals (#2172) by
@antonpirker- Profile: Add function name to profiler frame cache (#2164) by
@Zylphrex- Dependencies: bump checkouts/data-schemas from
0ed3357to7fdde87(#2165) by@dependabot- Update changelog (#2163) by
@sentrivana
... (truncated)
Commits
-
40906dcUpdate CHANGELOG.md -
8a36fc4release: 1.27.1 -
f07a08cAdd Starlette/FastAPI template tag for adding sentry tracing information (#2225) -
1eb9600Fixed generation of baggage when a dsc is already in propagation context (#2232) -
a7b3136fix(aiohttp): Handle explicitly passing None for trace_configs (#2230) -
d0f8d98Support newest starlette versions (#2227) -
8d2f854Merge branch 'release/1.27.0' -
7ba4fd9Update CHANGELOG.md -
bfe2eb0Update CHANGELOG.md -
34d46afUpdate CHANGELOG.md - 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)