Update dependency sentry-sdk to v1.30.0 #148
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/sentry-sdk-1.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.29.2
->1.30.0
Release Notes
getsentry/sentry-python (sentry-sdk)
v1.30.0
Compare Source
Various fixes & improvements
Officially support Python 3.11 (#2300) by @sentrivana
Context manager monitor (#2290) by @szokeasaurusrex
Set response status code in transaction
response
context. (#2312) by @antonpirkerAdd missing context kwarg to
_sentry_task_factory
(#2267) by @JohnnyDeussIn Postgres take the connection params from the connection (#2308) by @antonpirker
Experimental: Allow using OTel for performance instrumentation (#2272) by @sentrivana
This release includes experimental support for replacing Sentry's default
performance monitoring solution with one powered by OpenTelemetry without having
to do any manual setup.
Try it out by installing
pip install sentry-sdk[opentelemetry-experimental]
andthen initializing the SDK with:
...your usual options...
Enable backpressure handling by default (#2298) by @sl0thentr0py
The SDK now dynamically downsamples transactions to reduce backpressure in high
throughput systems. It starts a new
Monitor
thread to perform some health checkswhich decide to downsample (halved each time) in 10 second intervals till the system
is healthy again.
To disable this behavior, use:
...your usual options...
ThreadPoolExecutor
(#2259) by @gggritsoScope.update_from_*
(#2311) by @sentrivanais_sentry_url
to utils (#2304) by @szokeasaurusrex1b85152
toebc77d3
(#2254) by @dependabotConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.