Update dependency sentry-sdk to >=2.52.0 #392

Merged
rixx merged 1 commit from renovate/sentry-sdk-2.x into main 2026-02-06 07:48:57 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
sentry-sdk (changelog) >=2.51.0>=2.52.0 age confidence

Release Notes

getsentry/sentry-python (sentry-sdk)

v2.52.0

Compare Source

New Features
Other
Bug Fixes 🐛
Google Genai
Mcp
Other
Internal Changes 🔧
Fastmcp
Mcp
Other
Other

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [sentry-sdk](https://github.com/getsentry/sentry-python) ([changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)) | `>=2.51.0` → `>=2.52.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/sentry-sdk/2.52.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sentry-sdk/2.51.0/2.52.0?slim=true) | --- ### Release Notes <details> <summary>getsentry/sentry-python (sentry-sdk)</summary> ### [`v2.52.0`](https://github.com/getsentry/sentry-python/blob/HEAD/CHANGELOG.md#2520) [Compare Source](https://github.com/getsentry/sentry-python/compare/2.51.0...2.52.0) ##### New Features ✨ ##### Other - feat(integration): add `gen_ai.conversation.id` if available by [@&#8203;constantinius](https://github.com/constantinius) in [#&#8203;5307](https://github.com/getsentry/sentry-python/pull/5307) ##### Bug Fixes 🐛 ##### Google Genai - fix(google-genai): Token reporting by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5404](https://github.com/getsentry/sentry-python/pull/5404) - fix(google-genai): deactivate google genai when langchain is used by [@&#8203;shellmayr](https://github.com/shellmayr) in [#&#8203;5389](https://github.com/getsentry/sentry-python/pull/5389) ##### Mcp - fix(mcp): Nest MCP spans under HTTP transactions by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5292](https://github.com/getsentry/sentry-python/pull/5292) - fix(mcp): Handle all awaitable return types by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5415](https://github.com/getsentry/sentry-python/pull/5415) ##### Other - fix(anthropic): Token reporting by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5403](https://github.com/getsentry/sentry-python/pull/5403) - fix(arq): handle settings\_cls passed as keyword argument by [@&#8203;nc9](https://github.com/nc9) in [#&#8203;5393](https://github.com/getsentry/sentry-python/pull/5393) - fix(dramatiq): cleanup isolated scope and transaction when message is skipped by [@&#8203;frankie567](https://github.com/frankie567) in [#&#8203;5346](https://github.com/getsentry/sentry-python/pull/5346) - fix(openai): Token reporting by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5406](https://github.com/getsentry/sentry-python/pull/5406) - fix(openai-agents): Inject propagation headers for `HostedMCPTool` when streaming by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5405](https://github.com/getsentry/sentry-python/pull/5405) - fix: Fix list attribute type by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;5417](https://github.com/getsentry/sentry-python/pull/5417) - fix: Adapt to new packaging in toxgen by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;5382](https://github.com/getsentry/sentry-python/pull/5382) ##### Internal Changes 🔧 ##### Fastmcp - test(fastmcp): Wrap prompt in `Message` by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5411](https://github.com/getsentry/sentry-python/pull/5411) - test(fastmcp): Remove `test_fastmcp_without_request_context()` by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5412](https://github.com/getsentry/sentry-python/pull/5412) - test(fastmcp): Use `AsyncClient` for SSE by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5400](https://github.com/getsentry/sentry-python/pull/5400) - test(fastmcp): Use `TestClient` for Streamable HTTP by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5384](https://github.com/getsentry/sentry-python/pull/5384) - test(fastmcp): Simulate stdio transport with memory streams by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5333](https://github.com/getsentry/sentry-python/pull/5333) ##### Mcp - test(mcp): Use `AsyncClient` for SSE by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5396](https://github.com/getsentry/sentry-python/pull/5396) - test(mcp): Use `TestClient` for Streamable HTTP by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5383](https://github.com/getsentry/sentry-python/pull/5383) - test(mcp): Remove unused stdio helpers by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5409](https://github.com/getsentry/sentry-python/pull/5409) - test(mcp): Simulate stdio transport with memory streams by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5329](https://github.com/getsentry/sentry-python/pull/5329) ##### Other - ci: Fix lint step by [@&#8203;sentrivana](https://github.com/sentrivana) in [#&#8203;5418](https://github.com/getsentry/sentry-python/pull/5418) - ci: 🤖 Update test matrix with new releases (02/02) by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5413](https://github.com/getsentry/sentry-python/pull/5413) - ci: Update tox and pin packaging version for tox by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5381](https://github.com/getsentry/sentry-python/pull/5381) - ci: migration to the new codecov action by [@&#8203;MathurAditya724](https://github.com/MathurAditya724) in [#&#8203;5392](https://github.com/getsentry/sentry-python/pull/5392) ##### Other - Revert "feat(ai): Add original input length meta attribute ([#&#8203;5375](https://github.com/getsentry/sentry-python/issues/5375))" by [@&#8203;alexander-alderman-webb](https://github.com/alexander-alderman-webb) in [#&#8203;5419](https://github.com/getsentry/sentry-python/pull/5419) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjEiLCJ1cGRhdGVkSW5WZXIiOiI0My4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Update dependency sentry-sdk to >=2.52.0
All checks were successful
Tests / test (push) Successful in 39s
85d847bd57
rixx merged commit 448a4096a4 into main 2026-02-06 07:48:57 +00:00
rixx deleted branch renovate/sentry-sdk-2.x 2026-02-06 07:48:57 +00:00
Sign in to join this conversation.
No description provided.