chore(deps): update dependency sentry-sdk to v1.9.7 #4406
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.5.10
->==1.9.7
Release Notes
getsentry/sentry-python
v1.9.7
Compare Source
Various fixes & improvements
Note: The last version 1.9.6 introduced a breaking change where projects that used Starlette or FastAPI
and had manually setup
SentryAsgiMiddleware
could not start. This versions fixes this behaviour.With this version if you have a manual
SentryAsgiMiddleware
setup and are using Starlette or FastAPIeverything just works out of the box.
Sorry for any inconveniences the last version might have brought to you.
We can do better and in the future we will do our best to not break your code again.
v1.9.6
Compare Source
Various fixes & improvements
v1.9.5
Compare Source
Various fixes & improvements
v1.9.4
Compare Source
Various fixes & improvements
v1.9.3
Compare Source
Various fixes & improvements
v1.9.2
Compare Source
Various fixes & improvements
v1.9.1
Compare Source
Various fixes & improvements
v1.9.0
Compare Source
Various fixes & improvements
v1.8.0
Compare Source
Various fixes & improvements
feat(starlette): add Starlette integration (#1441) by @sl0thentr0py
Important: Remove manual usage of
SentryAsgiMiddleware
! This is now done by the Starlette integration.Usage:
feat(fastapi): add FastAPI integration (#829) by @antonpirker
Important: Remove manual usage of
SentryAsgiMiddleware
! This is now done by the FastAPI integration.Usage:
Yes, you have to add both, the
StarletteIntegration
AND theFastApiIntegration
!fix: avoid sending empty Baggage header (#1507) by @intgr
fix: properly freeze Baggage object (#1508) by @intgr
docs: fix simple typo, collecter -> collector (#1505) by @timgates42
v1.7.2
Compare Source
Various fixes & improvements
v1.7.1
Compare Source
Various fixes & improvements
v1.7.0
Compare Source
Various fixes & improvements
feat(tracing): Dynamic Sampling Context / Baggage continuation (#1485) by @sl0thentr0py
The SDK now propagates the W3C Baggage Header from
incoming transactions to outgoing requests.
It also extracts Sentry specific sampling information
and adds it to the transaction headers to enable Dynamic Sampling in the product.
v1.6.0
Compare Source
Various fixes & improvements
v1.5.12
Compare Source
Various fixes & improvements
v1.5.11
Compare Source
Various fixes & improvements
Configuration
📅 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 Mend Renovate. View repository job log here.