Skip to content

Commit 31b9814

Browse files
fix(deps): update dependency sentry-sdk to v2.23.0 (#874)
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.22.0` -> `==2.23.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sentry-sdk/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sentry-sdk/2.22.0/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.22.0/2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.23.0`](https://redirect.github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2230) [Compare Source](https://redirect.github.com/getsentry/sentry-python/compare/2.22.0...2.23.0) ##### Various fixes & improvements - Feat(profiling): Add new functions to start/stop continuous profiler ([#&#8203;4056](https://redirect.github.com/getsentry/sentry-python/issues/4056)) by [@&#8203;Zylphrex](https://redirect.github.com/Zylphrex) - Feat(profiling): Export start/stop profile session ([#&#8203;4079](https://redirect.github.com/getsentry/sentry-python/issues/4079)) by [@&#8203;Zylphrex](https://redirect.github.com/Zylphrex) - Feat(tracing): Backfill missing `sample_rand` on `PropagationContext` ([#&#8203;4038](https://redirect.github.com/getsentry/sentry-python/issues/4038)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - Feat(logs): Add alpha version of Sentry logs ([#&#8203;4126](https://redirect.github.com/getsentry/sentry-python/issues/4126)) by [@&#8203;colin-sentry](https://redirect.github.com/colin-sentry) - Security(gha): fix potential for shell injection ([#&#8203;4099](https://redirect.github.com/getsentry/sentry-python/issues/4099)) by [@&#8203;mdtro](https://redirect.github.com/mdtro) - Docs: Add `init()` parameters to ApiDocs. ([#&#8203;4100](https://redirect.github.com/getsentry/sentry-python/issues/4100)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Docs: Document that caller must check `mutable` ([#&#8203;4010](https://redirect.github.com/getsentry/sentry-python/issues/4010)) by [@&#8203;szokeasaurusrex](https://redirect.github.com/szokeasaurusrex) - Fix(Anthropic): Add partial json support to streams ([#&#8203;3674](https://redirect.github.com/getsentry/sentry-python/issues/3674)) - Fix(ASGI): Fix KeyError if transaction does not exist ([#&#8203;4095](https://redirect.github.com/getsentry/sentry-python/issues/4095)) by [@&#8203;kevinji](https://redirect.github.com/kevinji) - Fix(asyncio): Improve asyncio integration error handling. ([#&#8203;4129](https://redirect.github.com/getsentry/sentry-python/issues/4129)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Fix(AWS Lambda): Fix capturing errors during AWS Lambda INIT phase ([#&#8203;3943](https://redirect.github.com/getsentry/sentry-python/issues/3943)) - Fix(Bottle): Prevent internal error on 404 ([#&#8203;4131](https://redirect.github.com/getsentry/sentry-python/issues/4131)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Fix(CI): Fix API doc failure in CI ([#&#8203;4075](https://redirect.github.com/getsentry/sentry-python/issues/4075)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Fix(ClickHouse) ClickHouse in test suite ([#&#8203;4087](https://redirect.github.com/getsentry/sentry-python/issues/4087)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Fix(cloudresourcecontext): Added timeout to HTTP requests in CloudResourceContextIntegration ([#&#8203;4120](https://redirect.github.com/getsentry/sentry-python/issues/4120)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Fix(crons): Fixed bug when `cron_jobs` is set to `None` in arq integration ([#&#8203;4115](https://redirect.github.com/getsentry/sentry-python/issues/4115)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Fix(debug): Take into account parent handlers for debug logger ([#&#8203;4133](https://redirect.github.com/getsentry/sentry-python/issues/4133)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Fix(FastAPI/Starlette): Fix middleware with positional arguments. ([#&#8203;4118](https://redirect.github.com/getsentry/sentry-python/issues/4118)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Fix(featureflags): add LRU update/dedupe test coverage ([#&#8203;4082](https://redirect.github.com/getsentry/sentry-python/issues/4082)) - Fix(logging): Coerce None values into strings in logentry params. ([#&#8203;4121](https://redirect.github.com/getsentry/sentry-python/issues/4121)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Fix(pyspark): Grab `attemptId` more defensively ([#&#8203;4130](https://redirect.github.com/getsentry/sentry-python/issues/4130)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Fix(Quart): Support `quart_flask_patch` ([#&#8203;4132](https://redirect.github.com/getsentry/sentry-python/issues/4132)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Fix(tests): A way to locally run AWS Lambda functions ([#&#8203;4128](https://redirect.github.com/getsentry/sentry-python/issues/4128)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Fix(tests): Add concurrency testcase for arq ([#&#8203;4125](https://redirect.github.com/getsentry/sentry-python/issues/4125)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Fix(tests): Add fail_on_changes to toxgen by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Fix(tests): Run AWS Lambda tests locally ([#&#8203;3988](https://redirect.github.com/getsentry/sentry-python/issues/3988)) by [@&#8203;antonpirker](https://redirect.github.com/antonpirker) - Fix(tests): Test relevant prereleases and allow to ignore releases - Fix(tracing): Move `TRANSACTION_SOURCE_*` constants to `Enum` ([#&#8203;3889](https://redirect.github.com/getsentry/sentry-python/issues/3889)) by [@&#8203;mgaligniana](https://redirect.github.com/mgaligniana) - Fix(typing): Add more typing info to Scope.update_from_kwargs's "contexts" ([#&#8203;4080](https://redirect.github.com/getsentry/sentry-python/issues/4080)) - Fix(typing): Set correct type for `set_context` everywhere ([#&#8203;4123](https://redirect.github.com/getsentry/sentry-python/issues/4123)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Chore(tests): Regenerate tox.ini ([#&#8203;4108](https://redirect.github.com/getsentry/sentry-python/issues/4108)) by [@&#8203;sentrivana](https://redirect.github.com/sentrivana) - Build(deps): bump actions/create-github-app-token from 1.11.5 to 1.11.6 ([#&#8203;4113](https://redirect.github.com/getsentry/sentry-python/issues/4113)) by [@&#8203;dependabot](https://redirect.github.com/dependabot) - Build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 ([#&#8203;4112](https://redirect.github.com/getsentry/sentry-python/issues/4112)) by [@&#8203;dependabot](https://redirect.github.com/dependabot) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b45563 commit 31b9814

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.22.0",
39+
"sentry-sdk==2.23.0",
4040
"click>=8.1.7",
4141
"requests>=2.32.3",
4242
"lazy-object-proxy>=0.0.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)