Skip to content

Commit 7cd5c87

Browse files
fix(deps): update dependency sentry-sdk to v2.24.0 (#934)
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.23.1` -> `==2.24.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.23.1/2.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.23.1/2.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.24.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2240) ##### Various fixes & improvements - fix(tracing): Fix `InvalidOperation` ([#&#8203;4179](https://redirect.github.com/getsentry/sentry-python/issues/4179)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - Fix memory leak by not piling up breadcrumbs forever in Spark workers. ([#&#8203;4167](https://redirect.github.com/getsentry/sentry-python/issues/4167)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Update scripts sources ([#&#8203;4166](https://redirect.github.com/getsentry/sentry-python/issues/4166)) by [@&#8203;emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) - Fixed flaky test ([#&#8203;4165](https://redirect.github.com/getsentry/sentry-python/issues/4165)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - chore(profiler): Add deprecation warning for session functions ([#&#8203;4171](https://redirect.github.com/getsentry/sentry-python/issues/4171)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - feat(profiling): reverse profile_session start/stop methods deprecation ([#&#8203;4162](https://redirect.github.com/getsentry/sentry-python/issues/4162)) by [@&#8203;viglia](https://redirect.github.com/viglia) - Reset `DedupeIntegration`'s `last-seen` if `before_send` dropped the event ([#&#8203;4142](https://redirect.github.com/getsentry/sentry-python/issues/4142)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - style(integrations): Fix captured typo ([#&#8203;4161](https://redirect.github.com/getsentry/sentry-python/issues/4161)) by [@&#8203;pimuzzo](https://redirect.github.com/pimuzzo) - Handle loguru msg levels that are not supported by Sentry ([#&#8203;4147](https://redirect.github.com/getsentry/sentry-python/issues/4147)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - feat(tests): Update tox.ini ([#&#8203;4146](https://redirect.github.com/getsentry/sentry-python/issues/4146)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Support Starlette/FastAPI `app.host` ([#&#8203;4157](https://redirect.github.com/getsentry/sentry-python/issues/4157)) 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f675d5e commit 7cd5c87

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"rustworkx>=0.15.1",
3737
"typing-extensions>=4.12.2",
3838
"termcolor>=2.4.0",
39-
"sentry-sdk==2.23.1",
39+
"sentry-sdk==2.24.0",
4040
"click>=8.1.7",
4141
"requests>=2.32.3",
4242
"lazy-object-proxy>=0.0.0",

uv.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)