Skip to content

Commit 3110367

Browse files
authoredApr 15, 2025··
fix(deps): update dependency sentry-sdk to v2.26.1 (#1043)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sentry-sdk](https://redirect.github.com/getsentry/sentry-python) ([changelog](https://redirect.github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `==2.26.0` -> `==2.26.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.25.1/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.25.1/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.26.1`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2261) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.26.0...2.26.1) ##### Various fixes & improvements - fix(threading): Data leak in ThreadingIntegration between threads ([#&#8203;4281](https://redirect.github.com/getsentry/sentry-python/issues/4281)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - fix(logging): Clarify separate warnings case is for Python <3.11 ([#&#8203;4296](https://redirect.github.com/getsentry/sentry-python/issues/4296)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - fix(logging): Add formatted message to log events ([#&#8203;4292](https://redirect.github.com/getsentry/sentry-python/issues/4292)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - fix(logging): Send raw logging parameters ([#&#8203;4291](https://redirect.github.com/getsentry/sentry-python/issues/4291)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - fix: Revert "chore: Deprecate `same_process_as_parent` ([#&#8203;4244](https://redirect.github.com/getsentry/sentry-python/issues/4244))" ([#&#8203;4290](https://redirect.github.com/getsentry/sentry-python/issues/4290)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) ### [`v2.26.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2260) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.25.1...2.26.0) ##### Various fixes & improvements - fix(debug): Do not consider parent loggers for debug logging ([#&#8203;4286](https://redirect.github.com/getsentry/sentry-python/issues/4286)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - test(tracing): Simplify static/classmethod tracing tests ([#&#8203;4278](https://redirect.github.com/getsentry/sentry-python/issues/4278)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - feat(transport): Add a timeout ([#&#8203;4252](https://redirect.github.com/getsentry/sentry-python/issues/4252)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - meta: Change CODEOWNERS back to Python SDK owners ([#&#8203;4269](https://redirect.github.com/getsentry/sentry-python/issues/4269)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - feat(logs): Add sdk name and version as log attributes ([#&#8203;4262](https://redirect.github.com/getsentry/sentry-python/issues/4262)) by [@&#8203;AbhiPrasad](https://redirect.github.com/AbhiPrasad) - feat(logs): Add server.address to logs ([#&#8203;4257](https://redirect.github.com/getsentry/sentry-python/issues/4257)) by [@&#8203;AbhiPrasad](https://redirect.github.com/AbhiPrasad) - chore: Deprecate `same_process_as_parent` ([#&#8203;4244](https://redirect.github.com/getsentry/sentry-python/issues/4244)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - feat(logs): Add sentry.origin attribute for log handler ([#&#8203;4250](https://redirect.github.com/getsentry/sentry-python/issues/4250)) by [@&#8203;AbhiPrasad](https://redirect.github.com/AbhiPrasad) - feat(tests): Add optional cutoff to toxgen ([#&#8203;4243](https://redirect.github.com/getsentry/sentry-python/issues/4243)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - toxgen: Retry & fail if we fail to fetch PyPI data ([#&#8203;4251](https://redirect.github.com/getsentry/sentry-python/issues/4251)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - build(deps): bump actions/create-github-app-token from 1.12.0 to 2.0.2 ([#&#8203;4248](https://redirect.github.com/getsentry/sentry-python/issues/4248)) by [@&#8203;dependabot](https://redirect.github.com/dependabot) - Trying to prevent the grpc setup from being flaky ([#&#8203;4233](https://redirect.github.com/getsentry/sentry-python/issues/4233)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - feat(breadcrumbs): add `_meta` information for truncation of breadcrumbs ([#&#8203;4007](https://redirect.github.com/getsentry/sentry-python/issues/4007)) by [@&#8203;shellmayr](https://redirect.github.com/shellmayr) - tests: Move django under toxgen ([#&#8203;4238](https://redirect.github.com/getsentry/sentry-python/issues/4238)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - fix: Handle JSONDecodeError gracefully in StarletteRequestExtractor ([#&#8203;4226](https://redirect.github.com/getsentry/sentry-python/issues/4226)) by [@&#8203;moodix](https://redirect.github.com/moodix) - fix(asyncio): Remove shutdown handler ([#&#8203;4237](https://redirect.github.com/getsentry/sentry-python/issues/4237)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * 1" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50ee87d commit 3110367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"rustworkx>=0.15.1",
3636
"typing-extensions>=4.12.2",
3737
"termcolor>=2.4.0",
38-
"sentry-sdk==2.26.0",
38+
"sentry-sdk==2.26.1",
3939
"click>=8.1.7",
4040
"requests>=2.32.3",
4141
"lazy-object-proxy>=0.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.